Bugzilla – Attachment 180483 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), 890 bytes, created by
Jesse Maseto
on 2025-04-03 09:42:37 UTC
(
hide
)
Description:
Bug 39031: Use the backend's bundle_path() method
Filename:
MIME Type:
Creator:
Jesse Maseto
Created:
2025-04-03 09:42:37 UTC
Size:
890 bytes
patch
obsolete
>From 4a1c783bc69318414efb7fcf0504389bb2e4dbde 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> >Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com> >--- > 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 c57400cb03..ce751df0ea 100644 >--- a/Koha/ILL/Request.pm >+++ b/Koha/ILL/Request.pm >@@ -1164,7 +1164,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.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 39031
:
177533
| 180483