Bugzilla – Attachment 189034 Details for
Bug 41178
SIP2 module does not notify that linked accounts are deleted when deleting an institution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41178: Fix accounts.getAll API client to be used for searching
Bug-41178-Fix-accountsgetAll-API-client-to-be-used.patch (text/plain), 1.22 KB, created by
Pedro Amorim
on 2025-11-04 15:51:40 UTC
(
hide
)
Description:
Bug 41178: Fix accounts.getAll API client to be used for searching
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-11-04 15:51:40 UTC
Size:
1.22 KB
patch
obsolete
>From a5afe6f2748924c49fc737e6d9408bd1a910e967 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 4 Nov 2025 12:20:21 -0100 >Subject: [PATCH] Bug 41178: Fix accounts.getAll API client to be used for > searching > >--- > koha-tmpl/intranet-tmpl/prog/js/fetch/sip2-api-client.js | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/fetch/sip2-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/fetch/sip2-api-client.js >index 9c956c2667c..519077ac46e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/fetch/sip2-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/fetch/sip2-api-client.js >@@ -52,9 +52,11 @@ export class SIP2APIClient { > "institution,custom_item_fields,item_fields,custom_patron_fields,patron_attributes,screen_msg_regexs,sort_bin_mappings,system_preference_overrides", > }, > }), >- getAll: params => >+ getAll: (query, params) => > this.httpClient.getAll({ > endpoint: "accounts", >+ query, >+ params: params, > }), > delete: id => > this.httpClient.delete({ >-- >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 41178
: 189034 |
189035
|
189036