Skip to content

Commit

Permalink
Issue #2131: Adding AgentTicketQuickClose to blacklisted actions in c…
Browse files Browse the repository at this point in the history
…orresponding unit test.
  • Loading branch information
stefanhaerter committed Feb 13, 2023
1 parent 458ce78 commit 57b7560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ my $CheckACLs = sub {
%AclAction = $TicketObject->TicketAclActionData();
}

my @BlackListedActions = ('AgentTicketClose');
my @BlackListedActions = ('AgentTicketClose', 'AgentTicketQuickClose');

for my $ActionCounter ( sort keys %PossibleActions ) {
if ( ( grep { $_ eq $PossibleActions{$ActionCounter} } @BlackListedActions ) && $Param{Success} ) {
Expand Down

0 comments on commit 57b7560

Please sign in to comment.