Bugzilla – Attachment 181629 Details for
Bug 38941
Convert the acquisitions menu to a Vue island
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38941: Rebase for follow-up to bug 37911
Bug-38941-Rebase-for-follow-up-to-bug-37911.patch (text/plain), 1.22 KB, created by
Biblibre Sandboxes
on 2025-04-28 15:44:48 UTC
(
hide
)
Description:
Bug 38941: Rebase for follow-up to bug 37911
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2025-04-28 15:44:48 UTC
Size:
1.22 KB
patch
obsolete
>From 3dabfa582b587bfe0accb9488b97ce929c545029 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Mon, 28 Apr 2025 16:38:00 +0100 >Subject: [PATCH] Bug 38941: Rebase for follow-up to bug 37911 > >Bug 37911 added a follow-up that removed the original entry point from rspack to use the esm.js files > >Signed-off-by: Michaela <michaela.sieber@kit.edu> >--- > .../intranet-tmpl/prog/en/includes/acquisitions-menu.inc | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index 7888add500..7da6a9e3d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -22,4 +22,9 @@ > marcordermanage="[% CAN_user_acquisition_marc_order_manage | html %]" > ></acquisitions-menu> > >-[% Asset.js("js/vue/dist/islands.js", "init" => "1") | $raw %] >+[% SET islands = Asset.js("js/vue/dist/islands.esm.js").match('(src="([^"]+)")').1 %] <script src="[% islands %]" type="module"> >+</script> >+<script type="module"> >+ import { hydrate } from "[% islands %]"; >+ hydrate(); >+</script> >-- >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 38941
:
176877
|
176878
|
178243
|
178244
|
181491
|
181492
|
181493
|
181626
|
181627
|
181628
|
181629
|
181711
|
181724
|
181725
|
181726