Bugzilla – Attachment 177584 Details for
Bug 34971
Closing a subscription should require edit_subscription permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34971: (QA follow-up) Op is now cud-reopen
Bug-34971-QA-follow-up-Op-is-now-cud-reopen.patch (text/plain), 1005 bytes, created by
Nick Clemens (kidclamp)
on 2025-02-06 14:53:29 UTC
(
hide
)
Description:
Bug 34971: (QA follow-up) Op is now cud-reopen
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-06 14:53:29 UTC
Size:
1005 bytes
patch
obsolete
>From 45a4a725695bc777cc0ec22a28147e85e12768ad Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 6 Feb 2025 14:51:10 +0000 >Subject: [PATCH] Bug 34971: (QA follow-up) Op is now cud-reopen > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > serials/subscription-detail.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl >index bca4fc4996f..9111ab122a9 100755 >--- a/serials/subscription-detail.pl >+++ b/serials/subscription-detail.pl >@@ -45,9 +45,9 @@ my $subscriptionid = $query->param('subscriptionid'); > # Permission needed otherwise : * > > my %permissions = ( >- "cud-del" => "delete_subscription", >- "cud-close" => "edit_subscription", >- "reopen" => "edit_subscription", >+ "cud-del" => "delete_subscription", >+ "cud-close" => "edit_subscription", >+ "cud-reopen" => "edit_subscription", > ); > > my $permission = $permissions{$op} // "*"; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34971
:
168461
|
175972
|
175997
|
175998
|
176040
|
176041
|
177582
|
177583
| 177584