[otrs-cvs] otrs/Kernel/Modules AgentTicketActionCommon.pm, 1.81.2.5, 1.81.2.6

Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv31918/Kernel/Modules

Modified Files:
      Tag: rel-3_1
	AgentTicketActionCommon.pm 
Log Message:
Fixed bug#8618 - Inform and Involved Agents select boxes can not be resizable.

Author: cr

Index: AgentTicketActionCommon.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketActionCommon.pm,v
retrieving revision 1.81.2.5
retrieving revision 1.81.2.6
diff -2 -u -d -r1.81.2.5 -r1.81.2.6
--- AgentTicketActionCommon.pm	15 Jun 2012 21:29:26 -0000	1.81.2.5
+++ AgentTicketActionCommon.pm	29 Jun 2012 21:07:15 -0000	1.81.2.6
 <at>  <at>  -1406,4 +1406,6  <at>  <at> 
                 $ShownUsers{$UserID} = $AllGroupsMembers{$UserID};
             }
+            my $InformAgentSize = $Self->{ConfigObject}->Get('Ticket::Frontend::InformAgentMaxSize')
+                || 3;
             $Param{OptionStrg} = $Self->{LayoutObject}->BuildSelection(
                 Data       => \%ShownUsers,
 <at>  <at>  -1411,5 +1413,5  <at>  <at> 
                 Name       => 'InformUserID',
                 Multiple   => 1,
(Continue reading)


Gmane