Bugzilla – Attachment 193849 Details for
Bug 37829
Allow additional fields for bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37829: Fix aliases import in js file
Bug-37829-Fix-aliases-import-in-js-file.patch (text/plain), 1.00 KB, created by
Thibaud Guillot (thibaud_g)
on 2026-02-25 10:41:26 UTC
(
hide
)
Description:
Bug 37829: Fix aliases import in js file
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2026-02-25 10:41:26 UTC
Size:
1.00 KB
patch
obsolete
>From 66db35ed1c07c30247c92358752b64740dab4f18 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Wed, 25 Feb 2026 10:34:06 +0100 >Subject: [PATCH] Bug 37829: Fix aliases import in js file > >--- > .../prog/js/fetch/additional-fields-api-client.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/fetch/additional-fields-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/fetch/additional-fields-api-client.js >index f8eed68cb8d..1ce11c45a81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/fetch/additional-fields-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/fetch/additional-fields-api-client.js >@@ -1,5 +1,5 @@ >-import ERMAPIClient from "@fetch/erm-api-client"; >-import AcquisitionAPIClient from "@fetch/acquisition-api-client.js"; >+import ERMAPIClient from "./erm-api-client.js"; >+import AcquisitionAPIClient from "./acquisition-api-client.js"; > > export class AdditionalFieldsAPIClient { > constructor(HttpClient) { >-- >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 37829
:
181034
|
181035
|
181036
|
181037
|
181038
|
181039
|
181040
|
181041
|
181042
|
181043
|
193769
|
193840
|
193841
|
193842
|
193843
|
193844
|
193845
|
193846
|
193847
|
193848
| 193849