[otrs-cvs] otrs/Kernel/System/Ticket Article.pm,1.142,1.143

cvs-log at otrs.org cvs-log at otrs.org
Tue Jul 10 14:41:04 GMT 2007


Comments:
Update of /home/cvs/otrs/Kernel/System/Ticket
In directory lancelot:/tmp/cvs-serv25578

Modified Files:
	Article.pm 
Log Message:
Fixed bug# 2045 - Notifications on reopen are not sent to owner/responsible.

Author: mh

Index: Article.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket/Article.pm,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** Article.pm	24 May 2007 11:57:28 -0000	1.142
--- Article.pm	10 Jul 2007 14:40:59 -0000	1.143
***************
*** 393,396 ****
--- 393,401 ----
              else {
                  @OwnerIDs = $Self->GetSubscribedUserIDsByQueueID(QueueID => $Ticket{QueueID});
+                 foreach (qw(OwnerID ResponsibleID)) {
+                     if ($Ticket{$_}) {
+                         push (@OwnerIDs, $Ticket{$_});
+                     }
+                 }
              }
              foreach (@OwnerIDs) {


More information about the cvs-log mailing list