[otrs-cvs] otrs/Kernel/Modules CustomerTicketProcess.pm, 1.12, 1.13 AgentTicketProcess.pm, 1.25, 1.26 CustomerTicketZoom.pm, 1.107, 1.108 AgentTicketZoom.pm, 1.197, 1.198

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv26379/Kernel/Modules

Modified Files:
	CustomerTicketProcess.pm AgentTicketProcess.pm 
	CustomerTicketZoom.pm AgentTicketZoom.pm 
Log Message:
Added ActivityDialogObject as requirement to ProcessObject constructor.

Author: cr

Index: CustomerTicketProcess.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/CustomerTicketProcess.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- CustomerTicketProcess.pm	20 Nov 2012 14:54:14 -0000	1.12
+++ CustomerTicketProcess.pm	15 Jan 2013 18:36:41 -0000	1.13
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/CustomerTicketProcess.pm - to create process tickets
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -59,6 +59,7 @@
     $Self->{BackendObject}      = Kernel::System::DynamicField::Backend->new(%Param);
     $Self->{ProcessObject}      = Kernel::System::ProcessManagement::Process->new(
-        TransitionObject       => $Self->{TransitionObject},
         ActivityObject         => $Self->{ActivityObject},
+        ActivityDialogObject   => $Self->{ActivityDialogObject},
+        TransitionObject       => $Self->{TransitionObject},
         TransitionActionObject => $Self->{TransitionActionObject},
         %Param,

Author: cr

Index: AgentTicketProcess.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketProcess.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -2 -u -d -r1.25 -r1.26
--- AgentTicketProcess.pm	17 Dec 2012 12:50:59 -0000	1.25
+++ AgentTicketProcess.pm	15 Jan 2013 18:36:41 -0000	1.26
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentTicketProcess.pm - to create process tickets
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -72,6 +72,7 @@
     $Self->{BackendObject}      = Kernel::System::DynamicField::Backend->new(%Param);
     $Self->{ProcessObject}      = Kernel::System::ProcessManagement::Process->new(
-        TransitionObject       => $Self->{TransitionObject},
         ActivityObject         => $Self->{ActivityObject},
+        ActivityDialogObject   => $Self->{ActivityDialogObject},
+        TransitionObject       => $Self->{TransitionObject},
         TransitionActionObject => $Self->{TransitionActionObject},
         %Param,

Author: cr

Index: CustomerTicketZoom.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/CustomerTicketZoom.pm,v
retrieving revision 1.107
retrieving revision 1.108
diff -2 -u -d -r1.107 -r1.108
--- CustomerTicketZoom.pm	12 Dec 2012 09:10:15 -0000	1.107
+++ CustomerTicketZoom.pm	15 Jan 2013 18:36:41 -0000	1.108
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/CustomerTicketZoom.pm - to get a closer view
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -96,4 +96,5 @@
         %Param,
         ActivityObject         => $Self->{ActivityObject},
+        ActivityDialogObject   => $Self->{ActivityDialogObject},
         TransitionObject       => $Self->{TransitionObject},
         TransitionActionObject => $Self->{TransitionActionObject},

Author: cr

Index: AgentTicketZoom.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketZoom.pm,v
retrieving revision 1.197
retrieving revision 1.198
diff -2 -u -d -r1.197 -r1.198
--- AgentTicketZoom.pm	11 Jan 2013 23:50:23 -0000	1.197
+++ AgentTicketZoom.pm	15 Jan 2013 18:36:41 -0000	1.198
@@ -114,4 +114,5 @@
         %Param,
         ActivityObject         => $Self->{ActivityObject},
+        ActivityDialogObject   => $Self->{ActivityDialogObject},
         TransitionObject       => $Self->{TransitionObject},
         TransitionActionObject => $Self->{TransitionActionObject},
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.