Bugzilla – Attachment 140038 Details for
Bug 29608
Editing numbering patterns does require full serials permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29608: Made so doesn't require full permission
Bug-29608-Made-so-doesnt-require-full-permission.patch (text/plain), 1.03 KB, created by
Isobel Graham
on 2022-09-01 11:41:53 UTC
(
hide
)
Description:
Bug 29608: Made so doesn't require full permission
Filename:
MIME Type:
Creator:
Isobel Graham
Created:
2022-09-01 11:41:53 UTC
Size:
1.03 KB
patch
obsolete
>From 01528a23094e1ee8563d8748501b2f43ff11cfb5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Sep 2022 12:37:06 +0100 >Subject: [PATCH] Bug 29608: Made so doesn't require full permission > >Made so the numbering sequence does not need to require >full permission. > >1. Edit number patterns a confirm you don't need full >permission >--- > serials/subscription-numberpatterns.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/serials/subscription-numberpatterns.pl b/serials/subscription-numberpatterns.pl >index 19b917bb05..a9bc998835 100755 >--- a/serials/subscription-numberpatterns.pl >+++ b/serials/subscription-numberpatterns.pl >@@ -48,7 +48,7 @@ my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user( { > template_name => 'serials/subscription-numberpatterns.tt', > query => $input, > type => 'intranet', >- flagsrequired => { 'serials' => 1 } >+ flagsrequired => { 'serials' => "*" } > } ); > > my $op = $input->param('op'); >-- >2.37.3
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 29608
:
140038
|
140111
|
140194