[Rt-commit] [rtir] 11/18: Fix another RTIR href prefix
Jesse Vincent
jesse at bestpractical.com
Wed Mar 11 03:36:46 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit 367b7312a8d0ef87e49290fbcfb945f222bf2f33
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Mar 10 21:38:31 2015 -0700
Fix another RTIR href prefix
---
html/RTIR/Merge/Refine.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/html/RTIR/Merge/Refine.html b/html/RTIR/Merge/Refine.html
index 271c936..e5ad2e4 100644
--- a/html/RTIR/Merge/Refine.html
+++ b/html/RTIR/Merge/Refine.html
@@ -49,12 +49,11 @@
return $m->comp(
'/RTIR/Search/Elements/RefinePage',
%ARGS,
- ResultPage => 'RTIR/Merge/?'. $m->comp('/Elements/QueryString',
- id => $ARGS{'id'},
+ ResultPage => RT::IR->HREFTo('Merge/?'. $m->comp('/Elements/QueryString', id => $ARGS{'id'},
),
BaseQuery => RT::IR->Query(
Lifecycle => $ARGS{'Lifecycle'},
Exclude => $ARGS{'id'},
- ),
+ )),
);
</%INIT>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list