[Rt-commit] [rtir] 01/02: Fix a bug that stopped related tickets from moving between constituencies

Jesse Vincent jesse at bestpractical.com
Sun Mar 29 03:18:27 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 5f5bac74266156da987c31c3e97f0f88268648f6
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Mar 29 00:05:55 2015 -0700

    Fix a bug that stopped related tickets from moving between constituencies
---
 lib/RT/Action/RTIR_ChangeChildConstituencies.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RT/Action/RTIR_ChangeChildConstituencies.pm b/lib/RT/Action/RTIR_ChangeChildConstituencies.pm
index 7556b67..426f150 100644
--- a/lib/RT/Action/RTIR_ChangeChildConstituencies.pm
+++ b/lib/RT/Action/RTIR_ChangeChildConstituencies.pm
@@ -115,7 +115,7 @@ sub Commit {
         my ($val,$msg) = $ticket->SetQueue($new_queue->id);
 
 
-        RT->Logger->info( "Couldn't change owner: $msg" ) unless $res;
+        RT->Logger->info( "Couldn't change owner: $msg" ) unless $val;
     }
     return 1;
 }

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


More information about the rt-commit mailing list