Bugzilla – Attachment 193843 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: Expose additional fields API client, add needed methods
Bug-37829-Expose-additional-fields-API-client-add-.patch (text/plain), 935 bytes, created by
Thibaud Guillot (thibaud_g)
on 2026-02-25 10:41:12 UTC
(
hide
)
Description:
Bug 37829: Expose additional fields API client, add needed methods
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2026-02-25 10:41:12 UTC
Size:
935 bytes
patch
obsolete
>From 167ad7fe89f8d29682a34f9d97ae46eeb1f00e67 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Wed, 16 Apr 2025 15:34:39 +0000 >Subject: [PATCH] Bug 37829: Expose additional fields API client, add needed > methods > >--- > koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js b/koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js >index 918947db605..cd005aa5aeb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js >@@ -180,6 +180,9 @@ const createClientProxy = loader => { > }; > > export const APIClient = { >+ additional_fields: createClientProxy( >+ () => import("./additional-fields-api-client.js") >+ ), > article_request: createClientProxy( > () => import("./article-request-api-client.js") > ), >-- >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