[otrs-cvs] otrs/Kernel/Output/HTML NavBarOutputModuleAgentTicketProcess.pm, 1.3, 1.4
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv26379/Kernel/Output/HTML
Modified Files:
NavBarOutputModuleAgentTicketProcess.pm
Log Message:
Added ActivityDialogObject as requirement to ProcessObject constructor.
Author: cr
Index: NavBarOutputModuleAgentTicketProcess.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/NavBarOutputModuleAgentTicketProcess.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -2 -u -d -r1.3 -r1.4
--- NavBarOutputModuleAgentTicketProcess.pm 20 Nov 2012 15:00:32 -0000 1.3
+++ NavBarOutputModuleAgentTicketProcess.pm 15 Jan 2013 18:36:41 -0000 1.4
@@ -1,5 +1,5 @@
# --
# Kernel/Output/HTML/NavBarOutputModuleAgentTicketProcess.pm - to show or hide AgentTicketProcess menu item
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -17,4 +17,5 @@
use Kernel::System::Cache;
use Kernel::System::ProcessManagement::Activity;
+use Kernel::System::ProcessManagement::ActivityDialog;
use Kernel::System::ProcessManagement::Process;
use Kernel::System::ProcessManagement::Transition;
@@ -90,4 +91,6 @@
# create objects (only create objects if no cache, to increse performance)
$Self->{ActivityObject} = Kernel::System::ProcessManagement::Activity->new( %{$Self} );
+ $Self->{ActivityDialogObject}
+ = Kernel::System::ProcessManagement::ActivityDialog->new( %{$Self} );
$Self->{TransitionActionObject}
= Kernel::System::ProcessManagement::TransitionAction->new( %{$Self} );
@@ -95,6 +98,7 @@
$Self->{ProcessObject} = Kernel::System::ProcessManagement::Process->new(
%{$Self},
- TransitionObject => $Self->{TransitionObject},
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