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

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Isobel Graham 2022-09-01 12:37:06 +01:00 committed by Tomas Cohen Arazi
parent 41b2f087ef
commit 36d88b135d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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');