[otrs-cvs] ITSMChangeManagement/Kernel/System/ITSMChange/Event Condition.pm, 1.8, 1.9
"CVS commits notifications of OTRS.org" <[email protected]> Mon, 3 Jun 2013 08:55:29 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/System/ITSMChange/Event
In directory lancelot:/tmp/cvs-serv989/Kernel/System/ITSMChange/Event
Modified Files:
Condition.pm
Log Message:
Fixed bug# 9347 - Log message for unsuccessful actions does not help.
Author: ub
Index: Condition.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/System/ITSMChange/Event/Condition.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- Condition.pm 22 Nov 2012 08:47:47 -0000 1.8
+++ Condition.pm 3 Jun 2013 08:55:24 -0000 1.9
@@ -1,5 +1,5 @@
# --
# Kernel/System/ITSMChange/Event/Condition.pm - a event module to match conditions
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -264,4 +264,5 @@
ChangeID => $ChangeID,
AttributesChanged => { $Object => \@AttributesChanged },
+ Event => $Param{Event},
UserID => $Param{UserID},
);
@@ -272,5 +273,5 @@
Priority => 'error',
Message => "ConditionMatchExecuteAll could not be "
- . "executed successfully for event '$Param{Event}'!"
+ . "executed successfully for event '$Param{Event}' on ChangeID '$ChangeID'!"
);
return;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log