We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51166b6 + 269d8b8 commit a7b12beCopy full SHA for a7b12be
html/RTIR/Search/Elements/BuildQuery
@@ -50,7 +50,7 @@
50
%# XXX TODO - this really ought to use HREFTo, but to do that
51
%# we'd need to strip off the RTIR UIR prefix
52
<div class="search-form">
53
-<form method="post" action="<% $r->path_info %>" name="BuildQuery" id="BuildQuery">
+<form method="post" action="<% RT->Config->Get('WebPath') %><% $r->path_info %>" name="BuildQuery" id="BuildQuery">
54
<input type="hidden" class="hidden" name="SavedSearchId" value="<% $saved_search{'Id'} %>" />
55
<input type="hidden" class="hidden" name="ResultPage" value="<% $ResultPage %>" />
56
<input type="hidden" class="hidden" name="BaseQuery" value="<% $BaseQuery %>" />
0 commit comments