Bugzilla – Attachment 174496 Details for
Bug 36197
Allow for OPAC unauthenticated ILL request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36197: Add opac_unauthenticated_ill_requests backend capability to 'Standard' backend
Bug-36197-Add-opacunauthenticatedillrequests-backe.patch (text/plain), 981 bytes, created by
Pedro Amorim
on 2024-11-14 11:37:15 UTC
(
hide
)
Description:
Bug 36197: Add opac_unauthenticated_ill_requests backend capability to 'Standard' backend
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-14 11:37:15 UTC
Size:
981 bytes
patch
obsolete
>From fb9984793d97a01eb055864251281a10f603d30c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 28 Feb 2024 16:46:34 +0000 >Subject: [PATCH] Bug 36197: Add opac_unauthenticated_ill_requests backend > capability to 'Standard' backend > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/ILL/Backend/Standard.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/ILL/Backend/Standard.pm b/Koha/ILL/Backend/Standard.pm >index 41fc046bff..6d14d4023d 100644 >--- a/Koha/ILL/Backend/Standard.pm >+++ b/Koha/ILL/Backend/Standard.pm >@@ -128,7 +128,9 @@ sub capabilities { > provides_batch_requests => sub { return 1; }, > > # We can create ILL requests with data passed from the API >- create_api => sub { $self->create_api(@_) } >+ create_api => sub { $self->create_api(@_) }, >+ >+ opac_unauthenticated_ill_requests => sub { return 1; } > }; > return $capabilities->{$name}; > } >-- >2.39.5
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 36197
:
171358
|
171359
|
171360
|
171361
|
171362
|
171363
|
171364
|
171365
|
171366
|
171367
|
171368
|
171369
|
171370
|
171371
|
174495
| 174496 |
174497
|
174498
|
174499
|
174500
|
174501
|
174502
|
174503
|
174504
|
174505
|
174506
|
174507
|
174508
|
176564
|
176565
|
176680
|
176723
|
176724
|
176726
|
176727