Hi all,
I think I've splashed a small bug.
~otrs/Kernel/Output/HTML/Standard/AgentTicketQueueTicketViewLite.dtl
line
<input type="hidden" name="Action" value="AgentMove">
shold change into:
<input type="hidden" name="Action" value="AgentTicketMove">
P.S. If I uncomment line "OnChangeSubmit => 1" in Agent.pm nothing
happens. I had to force onchange with substituting
$Param{MoveQueuesStrg} = '<select name="'.$Param{Name}."\" $Size
$Multiple $OnChangeSubmit>";
to:
$Param{MoveQueuesStrg} = '<select name="'.$Param{Name}."\" $Size
$Multiple onchange=\"submit()\">";
Best regards,
Alex
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev