Bugzilla – Attachment 73757 Details for
Bug 20536
ILL: authnotrequired not explicitly unset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20536 - ILL: authnotrequired not explicitly unset
Bug-20536---ILL-authnotrequired-not-explicitly-uns.patch (text/plain), 1.12 KB, created by
Martin Renvoize (ashimema)
on 2018-04-06 09:33:51 UTC
(
hide
)
Description:
Bug 20536 - ILL: authnotrequired not explicitly unset
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-04-06 09:33:51 UTC
Size:
1.12 KB
patch
obsolete
>From 25671242a46d14f07840410bde5607537b9a019c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 6 Apr 2018 10:22:20 +0100 >Subject: [PATCH] Bug 20536 - ILL: authnotrequired not explicitly unset > >* ill/illrequest.pl - Added explicity setting of authnotrequired >--- > ill/ill-requests.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 029fa49eea..a1a0a9d50c 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -1,7 +1,8 @@ > #!/usr/bin/perl > > # Copyright 2013 PTFS-Europe Ltd and Mark Gavillet >-# Copyright 2014 PTFS-Europe Ltd >+# Copyright 2014 PTFS-Europe Ltd and Alex Sassmannshausen >+# Copyright 2018 PTFS-Europe Ltd and Martin Renvoize > # > # This file is part of Koha. > # Koha is free software; you can redistribute it and/or modify it under the >@@ -49,6 +50,7 @@ my ( $template, $patronnumber, $cookie ) = get_template_and_user( { > template_name => 'ill/ill-requests.tt', > query => $cgi, > type => 'intranet', >+ authnotrequired => 0, > flagsrequired => { ill => '*' }, > } ); > >-- >2.14.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 20536
:
73757
|
73846
|
73847
|
73898
|
73917