[Rt-commit] [rtir] 01/08: Pass search state to the RTIR Search UI

Kevin Falcone falcone at bestpractical.com
Fri Jul 12 22:55:34 EDT 2013


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 2.9/search-menus
in repository rtir.

commit 198150f2152f01dac84bf06f8f70c026ce107a5e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jul 12 18:10:47 2013 -0400

    Pass search state to the RTIR Search UI
    
    Like all the Refine pages fixed in earlier commits, this ensures that
    the menuing code has access to the current state of the search being
    worked on and can properly set up links.
---
 html/RTIR/Search/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Search/index.html b/html/RTIR/Search/index.html
index 21f26a5..0ca76f2 100644
--- a/html/RTIR/Search/index.html
+++ b/html/RTIR/Search/index.html
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/Header, Title => $title &>
-<& /Elements/Tabs &>
+<& /Elements/Tabs, SearchArgs => $query_state{query} &>
 
 <& Elements/BuildQuery,
     %query_state,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list