Bugzilla – Attachment 99859 Details for
Bug 24663
OPACPublic must be tested for all opac scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24663: (follow-up) Remove authnotrequired if set to 0
Bug-24663-follow-up-Remove-authnotrequired-if-set-.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2020-03-02 09:08:43 UTC
(
hide
)
Description:
Bug 24663: (follow-up) Remove authnotrequired if set to 0
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-02 09:08:43 UTC
Size:
1.29 KB
patch
obsolete
>From cd3bbda9ab9f7195f28c50fcb738a6eaad2ee964 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 Mar 2020 10:08:12 +0100 >Subject: [PATCH] Bug 24663: (follow-up) Remove authnotrequired if set to 0 > >2 newly added scripts >--- > admin/credit_types.pl | 1 - > catalogue/item-export.pl | 1 - > 2 files changed, 2 deletions(-) > >diff --git a/admin/credit_types.pl b/admin/credit_types.pl >index 75baff90bb..3ec2730aab 100755 >--- a/admin/credit_types.pl >+++ b/admin/credit_types.pl >@@ -38,7 +38,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > template_name => "admin/credit_types.tt", > query => $input, > type => "intranet", >- authnotrequired => 0, > flagsrequired => { parameters => 'parameters_remaining_permissions' }, > debug => 1, > } >diff --git a/catalogue/item-export.pl b/catalogue/item-export.pl >index 90eae81169..10d7b5083c 100755 >--- a/catalogue/item-export.pl >+++ b/catalogue/item-export.pl >@@ -30,7 +30,6 @@ my ($template, $borrowernumber, $cookie) = get_template_and_user({ > template_name => 'catalogue/itemsearch_csv.tt', > query => $cgi, > type => 'intranet', >- authnotrequired => 0, > flagsrequired => { catalogue => 1 }, > }); > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24663
:
99084
|
99085
|
99086
|
99087
|
99112
|
99258
|
99259
|
99260
|
99261
|
99262
|
99859
|
100972
|
100973
|
100974
|
100975
|
100976
|
100977
|
100978
|
100979
|
100980
|
105508
|
105509
|
105510
|
105511
|
105512
|
105513
|
105514
|
105515
|
105516
|
105517
|
105518
|
105519
|
105520
|
105521
|
109793