[otrs-cvs] ITSMChangeManagement/Kernel/System/ITSMChange ITSMWorkOrder.pm, 1.133, 1.134
"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/ITSMChange
In directory lancelot:/tmp/cvs-serv26240/Kernel/System/ITSMChange
Modified Files:
ITSMWorkOrder.pm
Log Message:
Added change/workorder event catcher for GenericInterface. Added transaction mode for event handler.
Author: sb
Index: ITSMWorkOrder.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/System/ITSMChange/ITSMWorkOrder.pm,v
retrieving revision 1.133
retrieving revision 1.134
diff -2 -u -d -r1.133 -r1.134
--- ITSMWorkOrder.pm 22 Nov 2012 07:56:11 -0000 1.133
+++ ITSMWorkOrder.pm 30 Nov 2012 01:29:19 -0000 1.134
@@ -2784,4 +2784,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