Bugzilla – Attachment 167429 Details for
Bug 37033
Allow plugins to load JavaScript on the cart pop-up in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37033: Plugin intranet_js won't load in Cart popup (intranet-bottom.inc missing)
Bug-37033-Plugin-intranetjs-wont-load-in-Cart-popu.patch (text/plain), 872 bytes, created by
Lari Strand
on 2024-06-05 07:11:14 UTC
(
hide
)
Description:
Bug 37033: Plugin intranet_js won't load in Cart popup (intranet-bottom.inc missing)
Filename:
MIME Type:
Creator:
Lari Strand
Created:
2024-06-05 07:11:14 UTC
Size:
872 bytes
patch
obsolete
>From 2453b9e15490cbe9c72e68d3d4498a352dc8820c Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Wed, 5 Jun 2024 10:10:02 +0300 >Subject: [PATCH] Bug 37033: Plugin intranet_js won't load in Cart popup > (intranet-bottom.inc missing) > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index efd48a74d9..d899b4ae04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -358,6 +358,7 @@ > [% INCLUDE js_includes.inc %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("js/cart.js") | $raw %] >+ [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] > > </body> > </html> >-- >2.34.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 37033
:
167429
|
167844