[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Modules AgentTicketActionCommon.pm, 1.34, 1.35
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv20144/Kernel/Modules
Modified Files:
AgentTicketActionCommon.pm
Log Message:
Updated file to latest framework version.
Author: ub
Index: AgentTicketActionCommon.pm
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules/AgentTicketActionCommon.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -2 -u -d -r1.34 -r1.35
--- AgentTicketActionCommon.pm 22 Nov 2012 13:50:27 -0000 1.34
+++ AgentTicketActionCommon.pm 11 Jan 2013 09:46:30 -0000 1.35
@@ -1,8 +1,8 @@
# --
# Kernel/Modules/AgentTicketActionCommon.pm - common file for several modules
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
-# $OldId: AgentTicketActionCommon.pm,v 1.102 2012/11/20 14:47:30 mh Exp $
+# $OldId: AgentTicketActionCommon.pm,v 1.103 2013/01/10 11:48:52 mb Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -1376,12 +1376,14 @@
);
- $Param{QueuesStrg} = $Self->{LayoutObject}->BuildSelection(
- Data => \%MoveQueues,
- Name => 'NewQueueID',
- SelectedID => $Param{NewQueueID},
- PossibleNone => 0,
- TreeView => 1,
- Sort => 'TreeView',
- Translation => 0,
+ # set move queues
+ $Param{QueuesStrg} = $Self->{LayoutObject}->AgentQueueListOption(
+ Data => { %MoveQueues, '' => '-' },
+ Multiple => 0,
+ Size => 0,
+ Class => 'NewQueueID',
+ Name => 'NewQueueID',
+ SelectedID => $Param{NewQueueID},
+ CurrentQueueID => $Param{QueueID},
+ OnChangeSubmit => 0,
);
---------------------------------------------------------------------
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