Skip to content

Commit 9a1e765

Browse files
kidclampkfischer
authored andcommitted
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>
1 parent 7298dc0 commit 9a1e765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serials/subscription-detail.pl

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# Permission needed otherwise : *
4747

4848
my %permissions = (
49-
"cud-del" => "delete_subscription",
50-
"cud-close" => "edit_subscription",
51-
"reopen" => "edit_subscription",
49+
"cud-del" => "delete_subscription",
50+
"cud-close" => "edit_subscription",
51+
"cud-reopen" => "edit_subscription",
5252
);
5353

5454
my $permission = $permissions{$op} // "*";

0 commit comments

Comments
 (0)