Bugzilla – Attachment 179108 Details for
Bug 38993
Merge fetch files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38993: Use the @fetch alias
Bug-38993-Use-the-fetch-alias.patch (text/plain), 2.08 KB, created by
Martin Renvoize (ashimema)
on 2025-03-10 12:13:42 UTC
(
hide
)
Description:
Bug 38993: Use the @fetch alias
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-10 12:13:42 UTC
Size:
2.08 KB
patch
obsolete
>From ef0fe323b1fd36fea2c1b62938dea50c43f83fcc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Jan 2025 09:15:12 +0100 >Subject: [PATCH] Bug 38993: Use the @fetch alias > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/js/vue/fetch/api-client.js | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/api-client.js >index bda3763d838..c12f54beebf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/api-client.js >@@ -1,14 +1,14 @@ > import HttpClient from "./http-client"; > >-import ERMAPIClient from "./../../fetch/erm-api-client"; >-import PatronAPIClient from "./../../fetch/patron-api-client"; >-import AcquisitionAPIClient from "./../../fetch/acquisition-api-client"; >-import AdditionalFieldsAPIClient from "./../../fetch/additional-fields-api-client"; >-import AVAPIClient from "./../../fetch/authorised-values-api-client"; >-import ItemAPIClient from "./../../fetch/item-api-client"; >-import RecordSourcesAPIClient from "./../../fetch/record-sources-api-client"; >-import SysprefAPIClient from "./../../fetch/system-preferences-api-client"; >-import PreservationAPIClient from "./../../fetch/preservation-api-client"; >+import ERMAPIClient from "@fetch/erm-api-client"; >+import PatronAPIClient from "@fetch/patron-api-client"; >+import AcquisitionAPIClient from "@fetch/acquisition-api-client"; >+import AdditionalFieldsAPIClient from "@fetch/additional-fields-api-client"; >+import AVAPIClient from "@fetch/authorised-values-api-client"; >+import ItemAPIClient from "@fetch/item-api-client"; >+import RecordSourcesAPIClient from "@fetch/record-sources-api-client"; >+import SysprefAPIClient from "@fetch/system-preferences-api-client"; >+import PreservationAPIClient from "@fetch/preservation-api-client"; > > export const APIClient = { > erm: new ERMAPIClient(HttpClient), >-- >2.48.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 38993
:
177316
|
177317
|
177318
|
177337
|
177338
|
177339
|
177342
|
177343
|
177344
|
177345
|
177346
|
177347
|
177348
|
179100
|
179101
|
179102
|
179103
|
179106
|
179107
| 179108 |
179109
|
179513
|
179550