[Rt-commit] r9346 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR

ruz at bestpractical.com ruz at bestpractical.com
Thu Oct 18 19:55:04 EDT 2007


Author: ruz
Date: Thu Oct 18 19:55:03 2007
New Revision: 9346

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html

Log:
* allow user to make different choice when
  constituency propagation algorithm is 'reject' 

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Create.html	Thu Oct 18 19:55:03 2007
@@ -388,8 +388,8 @@
     elsif ( RT->Config->Get('_RTIR_Constituency_Propagation') eq 'reject'
         && $ARGS{$ARGS{'Constituency'}} ne $IncidentObj->FirstCustomFieldValue('_RTIR_Constituency') )
     {
-        push @results, loc('Incident #[_1] has constituency [_1], choose the same value for a new ticket or use another Incident', $Incident, $IncidentObj->FirstCustomFieldValue('_RTIR_Constituency') );
-        $checks_failure = 1;
+        push @results, loc('Incident #[_1] has constituency [_2], choose the same value for a new ticket or use another Incident', $Incident, $IncidentObj->FirstCustomFieldValue('_RTIR_Constituency') );
+        ($checks_failure, $IncidentObj, $Incident) = (1, undef, undef);
     }
     else {
         $Subject ||= $IncidentObj->Subject;


More information about the Rt-commit mailing list