[Rt-commit] [rtir] 01/04: Remove mispelled vestige of old Constituency support

Jesse Vincent jesse at bestpractical.com
Wed Mar 4 16:13:14 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 73ae26d44019c255e1c09a171ed6bd364d746a28
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Feb 27 17:50:29 2015 -0800

    Remove mispelled vestige of old Constituency support
---
 html/RTIR/Link/FromIncident/Refine.html | 1 -
 html/RTIR/Link/ToIncident/Refine.html   | 1 -
 html/RTIR/Link/ToIncident/index.html    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/html/RTIR/Link/FromIncident/Refine.html b/html/RTIR/Link/FromIncident/Refine.html
index a14fb04..294fe54 100644
--- a/html/RTIR/Link/FromIncident/Refine.html
+++ b/html/RTIR/Link/FromIncident/Refine.html
@@ -57,7 +57,6 @@ return $m->comp(
     BaseQuery => RT::IR->Query(
         Lifecycle       => $ARGS{'Lifecycle'},
         NotMemberOf => $ARGS{'id'},
-        Costituency => $ARGS{'id'},
     ),
 );
 </%INIT>
diff --git a/html/RTIR/Link/ToIncident/Refine.html b/html/RTIR/Link/ToIncident/Refine.html
index 33f4a2d..81df216 100644
--- a/html/RTIR/Link/ToIncident/Refine.html
+++ b/html/RTIR/Link/ToIncident/Refine.html
@@ -53,7 +53,6 @@ return $m->comp(
     BaseQuery => RT::IR->Query(
         Lifecycle => 'incidents',
         HasNoMember => $ARGS{'id'},
-        Costituency => $ARGS{'id'},
     ),
 );
 </%INIT>
diff --git a/html/RTIR/Link/ToIncident/index.html b/html/RTIR/Link/ToIncident/index.html
index 633d6ef..98eb2ba 100644
--- a/html/RTIR/Link/ToIncident/index.html
+++ b/html/RTIR/Link/ToIncident/index.html
@@ -95,7 +95,6 @@ my $title = loc( "Link [_1] #[_2] to selected Incident", $Type, $id );
 my $BaseQuery = RT::IR->Query(
     Lifecycle => 'incidents',
     HasNoMember => $id,
-    Costituency => $Ticket,
 );
 $Query ||= RT::IR->ActiveQuery( Lifecycle => 'incidents' );
 

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


More information about the rt-commit mailing list