Bug 31028: (follow-up) Fix permissions names
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 4 Nov 2022 12:02:48 +0000 (12:02 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Mar 2023 14:23:17 +0000 (11:23 -0300)
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Helen Oliver <HOliver@tavi-port.ac.uk>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
cataloguing/concerns.pl

index 4e3d1ff..6434983 100755 (executable)
@@ -28,7 +28,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name   => "cataloguing/concerns.tt",
         query           => $query,
         type            => "intranet",
-        flagsrequired   => { cataloguing => '*' },
+        flagsrequired   => { editcatalogue => 'edit_catalogue' },
     }
 );