From f247d5e848ab10f15015f23ad8ba2848ba40dbbe Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 24 Mar 2020 11:24:33 +0000 Subject: [PATCH] Bug 13881: (QA follow-up) Check for manage_libraries permission The .pl was checking for a new permission desks_management not (yet) added. As the templates already checked for manage_libraries the .pl was changed accordingly to also use it. Signed-off-by: Katrin Fischer --- admin/desks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/desks.pl b/admin/desks.pl index fb654e9ab1..4fee4770f7 100755 --- a/admin/desks.pl +++ b/admin/desks.pl @@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { parameters => 'manage_desks' }, + flagsrequired => { parameters => 'manage_libraries' }, debug => 1, } ); -- 2.11.0