[Rt-commit] [rtir] 11/24: Remove a completely unused parameter on Incident Reply
Jesse Vincent
jesse at bestpractical.com
Mon Feb 9 00:25:20 EST 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 7be8f020a0bf8fd2ea7d6bf83007107e54e2ed32
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Feb 6 17:44:38 2015 -0800
Remove a completely unused parameter on Incident Reply
---
html/RTIR/Incident/Reply/index.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index 4e161ab..3205778 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -68,7 +68,6 @@
<h2><&|/l&>Reporters</&></h2>
<& /RTIR/Search/Elements/ShowResults,
- Queue => 'Incident Reports',
BaseURL => $BaseURL,
BaseQuery => RT::IR->Query(Lifecycle => 'incident_reports', MemberOf => $id),
Query => $Query,
@@ -82,7 +81,6 @@
% if ( $All ) {
<h2><&|/l&>Investigation Correspondents</&></h2>
<& /RTIR/Search/Elements/ShowResults,
- Queue => 'Investigations',
BaseURL => $BaseURL,
BaseQuery => RT::IR->Query(Lifecycle => 'investigations', MemberOf => $id),
Query => $Query,
@@ -96,7 +94,6 @@
% unless( RT->Config->Get('RTIR_DisableBlocksQueue') ) {
<h2><&|/l&>Blocks Correspondents</&></h2>
<& /RTIR/Search/Elements/ShowResults,
- Queue => 'Investigations', # XXX TODO Shouldn't this be Blocks?
BaseURL => $BaseURL,
BaseQuery => RT::IR->Query(Lifecycle => 'blocks', MemberOf => $id),
Query => $Query,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list