Bugzilla – Attachment 29067 Details for
Bug 11715
Z39.50 search page does not check authorization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11715: Update POD for get_template_and_user
PASSED-QA-Bug-11715-Update-POD-for-gettemplateandu.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2014-06-19 21:55:37 UTC
(
hide
)
Description:
[PASSED QA] Bug 11715: Update POD for get_template_and_user
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-06-19 21:55:37 UTC
Size:
1.27 KB
patch
obsolete
>From d004ad1dc781b1769fc8985498be40e483221b61 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 2 May 2014 12:06:30 +0200 >Subject: [PATCH] [PASSED QA] Bug 11715: Update POD for get_template_and_user > >If flagsrequired is set, authnotrequired should be 0. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > C4/Auth.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index b4cab30..8cb2243 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -85,7 +85,7 @@ C4::Auth - Authenticates Koha users > template_name => "opac-main.tmpl", > query => $query, > type => "opac", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, > } > ); >@@ -109,7 +109,7 @@ automatically. This gets loaded into the template. > template_name => "opac-main.tmpl", > query => $query, > type => "opac", >- authnotrequired => 1, >+ authnotrequired => 0, > flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, > } > ); >-- >1.8.3.2
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 11715
:
26039
|
26040
|
26388
|
27393
|
27394
|
27395
|
27684
|
27685
|
27686
|
27775
|
27776
|
27777
|
27778
|
27912
|
27913
|
27914
|
27915
|
27916
|
29063
|
29064
|
29065
|
29066
|
29067
|
29068
|
29069
|
29070
|
29071
|
29072