[otrs-cvs] ITSMChangeManagement/Kernel/System ITSMChange.pm, 1.282, 1.283
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/System
In directory lancelot:/tmp/cvs-serv26240/Kernel/System
Modified Files:
ITSMChange.pm
Log Message:
Added change/workorder event catcher for GenericInterface. Added transaction mode for event handler.
Author: sb
Index: ITSMChange.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/System/ITSMChange.pm,v
retrieving revision 1.282
retrieving revision 1.283
diff -2 -u -d -r1.282 -r1.283
--- ITSMChange.pm 22 Nov 2012 07:56:11 -0000 1.282
+++ ITSMChange.pm 30 Nov 2012 01:29:19 -0000 1.283
@@ -3152,4 +3152,13 @@
}
+sub DESTROY {
+ my $Self = shift;
+
+ # execute all transaction events
+ $Self->EventHandlerTransaction();
+
+ return 1;
+}
+
=begin Internal:
---------------------------------------------------------------------
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