Skip to content

Commit

Permalink
Merge pull request #2164 from RotherOSS/issue-#2131-fixing-unit-test
Browse files Browse the repository at this point in the history
Issue #2131: Adding AgentTicketQuickClose to blacklisted actions in c…
  • Loading branch information
bschmalhofer authored Feb 13, 2023
2 parents 458ce78 + 57b7560 commit 1cd095e
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 1cd095e

Please sign in to comment.