[otrs-cvs] otrs/Kernel/Output/HTML NavBarOutputModuleAgentTicketProcess.pm, 1.4, 1.5
"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-serv14207/Kernel/Output/HTML
Modified Files:
NavBarOutputModuleAgentTicketProcess.pm
Log Message:
Fixed bug#9049 - Process Management: process with a starting AD for CustomerInterface only breaks in AgentInterface.
Author: cr
Index: NavBarOutputModuleAgentTicketProcess.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/NavBarOutputModuleAgentTicketProcess.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- NavBarOutputModuleAgentTicketProcess.pm 15 Jan 2013 18:36:41 -0000 1.4
+++ NavBarOutputModuleAgentTicketProcess.pm 15 Jan 2013 23:02:44 -0000 1.5
@@ -111,5 +111,8 @@
# get process list
- my $ProcessList = $Self->{ProcessObject}->ProcessList( ProcessState => ['Active'] );
+ my $ProcessList = $Self->{ProcessObject}->ProcessList(
+ ProcessState => ['Active'],
+ Interface => ['AgentInterface'],
+ );
# set the value to show or hide the menu item (based in process list)
---------------------------------------------------------------------
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