Bugzilla – Attachment 177533 Details for
Bug 39031
ILL plugins should provide themselves the template path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39031: Use the backend's bundle_path() method
Bug-39031-Use-the-backends-bundlepath-method.patch (text/plain), 835 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-02-05 13:14:19 UTC
(
hide
)
Description:
Bug 39031: Use the backend's bundle_path() method
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-02-05 13:14:19 UTC
Size:
835 bytes
patch
obsolete
>From 15ca798b3aa82d3128f4d8004bf53a390fec6cac Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 5 Feb 2025 10:09:06 -0300 >Subject: [PATCH] Bug 39031: Use the backend's bundle_path() method > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/ILL/Request.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ILL/Request.pm b/Koha/ILL/Request.pm >index dbb809b48d5..85f2ad4884e 100644 >--- a/Koha/ILL/Request.pm >+++ b/Koha/ILL/Request.pm >@@ -1132,7 +1132,7 @@ sub expand_template { > if ($backend_plugin) { > > # New way of loading backends: Through plugins >- $backend_dir = $backend_plugin->bundle_path; >+ $backend_dir = $self->_backend->bundle_path; > $backend_tmpl = $backend_dir; > > } elsif ( $backend eq 'Standard' ) { >-- >2.48.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 39031
: 177533