Skip to content

Commit

Permalink
Issue #2689: Pass action to TicketAcl sub to enable restricting activ…
Browse files Browse the repository at this point in the history
…ity dialogs via acl by frontend action in AgentTicketZoom.
  • Loading branch information
stefanhaerter authored and svenoe committed Nov 20, 2023
1 parent 1664746 commit e3399ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Modules/AgentTicketZoom.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ sub MaskAgentZoom {
my $ACL = $TicketObject->TicketAcl(
Data => \%PermissionActivityDialogList,
TicketID => $Ticket{TicketID},
Action => $Self->{Action},
ReturnType => 'ActivityDialog',
ReturnSubType => '-',
UserID => $Self->{UserID},
Expand Down

0 comments on commit e3399ff

Please sign in to comment.