Bug 34971: (QA follow-up) Op is now cud-reopen
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
7298dc064f
commit
9a1e7654e5
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ my $subscriptionid = $query->param('subscriptionid');
|
|||
my %permissions = (
|
||||
"cud-del" => "delete_subscription",
|
||||
"cud-close" => "edit_subscription",
|
||||
"reopen" => "edit_subscription",
|
||||
"cud-reopen" => "edit_subscription",
|
||||
);
|
||||
|
||||
my $permission = $permissions{$op} // "*";
|
||||
|
|
Loading…
Reference in a new issue