Bugzilla – Attachment 163660 Details for
Bug 36392
Only 20 vendors in ERM dropdown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36392: (bug 34219 follow-up) Fix getAll for vendors - ERM
Bug-36392-bug-34219-follow-up-Fix-getAll-for-vendo.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2024-03-22 07:43:45 UTC
(
hide
)
Description:
Bug 36392: (bug 34219 follow-up) Fix getAll for vendors - ERM
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-22 07:43:45 UTC
Size:
1.30 KB
patch
obsolete
>From c59e5765661fcb08c3711664f6676cfb8e2e8c26 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Mar 2024 08:41:33 +0100 >Subject: [PATCH] Bug 36392: (bug 34219 follow-up) Fix getAll for vendors - ERM > >In commit f1078daf8f496e1b4234acf766578c511ca8aad1 > Bug 34219: Allow getAll to receive additional URL parameters > >We needed to call getAll instead of get to fetch all the vendors > >Test plan: >Have more than 20 vendors and create/edit an agreement. >Notice that the vendor list contains all the vendors >--- > .../intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js >index d3f4e5ddd21..72f1a1d79c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js >@@ -10,7 +10,7 @@ export class AcquisitionAPIClient extends HttpClient { > get vendors() { > return { > getAll: (query, params) => >- this.get({ >+ this.getAll({ > endpoint: "vendors", > query, > params, >-- >2.34.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 36392
:
163660
|
163671
|
163741
|
163775