From 77d8263082ff300b0aa090ab8ad32d33771cbd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sun, 3 Oct 2021 12:12:25 +0000 Subject: [PATCH] Bug 24698: (QA follow-up) Remove passing of authnotrequired parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should only be used when we want to override the default of auth being required. Signed-off-by: George Veranis Signed-off-by: Joonas Kylmälä --- cataloguing/value_builder/unimarc_leader_authorities.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cataloguing/value_builder/unimarc_leader_authorities.pl b/cataloguing/value_builder/unimarc_leader_authorities.pl index 602b06e412..0f205611b3 100644 --- a/cataloguing/value_builder/unimarc_leader_authorities.pl +++ b/cataloguing/value_builder/unimarc_leader_authorities.pl @@ -57,7 +57,6 @@ sub plugin { template_name => "cataloguing/value_builder/unimarc_leader_authorities.tt", query => $input, type => "intranet", - authnotrequired => 0, flagsrequired => { editcatalogue => '*' }, } ); -- 2.20.1