From d4865a4d16e09a03dc63f68101eb8facbf6dea89 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 17 Feb 2020 13:31:38 +0100 Subject: [PATCH] Bug 24663: [18.11.x] Force authentication in svc/records/preview (?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was this wrong? Signed-off-by: Martin Renvoize Signed-off-by: Tomás Cohen Arazi --- svc/records/preview | 1 - 1 file changed, 1 deletion(-) diff --git a/svc/records/preview b/svc/records/preview index e4855c7672..643fb62fd3 100755 --- a/svc/records/preview +++ b/svc/records/preview @@ -46,7 +46,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ template_name => "catalogue/showmarc.tt", query => $query, type => "intranet", - authnotrequired => 1, }); $template->param( MARC_FORMATTED => $record->as_formatted ); -- 2.20.1