Skip to content

Commit

Permalink
Issue #3100: Add FormUpdate class to Queue selection in AgentTicketAc…
Browse files Browse the repository at this point in the history
…tionCommon.
  • Loading branch information
stefanhaerter committed Mar 8, 2024
1 parent 6d7470e commit 9474dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Modules/AgentTicketActionCommon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ sub _Mask {
Data => { %MoveQueues, '' => '-' },
Multiple => 0,
Size => 0,
Class => 'NewQueueID Modernize '
Class => 'NewQueueID Modernize FormUpdate '
. ( $Config->{QueueMandatory} ? 'Validate_Required ' : '' )
. ( $Param{NewQueueInvalid} || '' ),
Name => 'NewQueueID',
Expand Down

0 comments on commit 9474dcf

Please sign in to comment.