Bugzilla – Attachment 177700 Details for
Bug 35885
ERM vendor sort order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35885: Sort vendors by name by default
Bug-35885-Sort-vendors-by-name-by-default.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2025-02-10 14:42:39 UTC
(
hide
)
Description:
Bug 35885: Sort vendors by name by default
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-10 14:42:39 UTC
Size:
1.05 KB
patch
obsolete
>From efcded6bf05adf6fd6829dd4dc43939064d36f19 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Feb 2025 15:42:18 +0100 >Subject: [PATCH] Bug 35885: Sort vendors by name by default > >--- > .../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 72f1a1d79c8..154515fd3eb 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 >@@ -13,7 +13,7 @@ export class AcquisitionAPIClient extends HttpClient { > this.getAll({ > endpoint: "vendors", > query, >- params, >+ params: { _order_by: "name", ...params }, > headers: { > "x-koha-embed": "aliases", > }, >-- >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 35885
:
177700
|
177828
|
178087