Bugzilla – Attachment 183436 Details for
Bug 40190
Agreements: Vendor filter is on wrong column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40190: (bug 37273 follow-up) Fix offset for vendor
Bug-40190-bug-37273-follow-up-Fix-offset-for-vendo.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2025-06-24 09:39:31 UTC
(
hide
)
Description:
Bug 40190: (bug 37273 follow-up) Fix offset for vendor
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-06-24 09:39:31 UTC
Size:
1.39 KB
patch
obsolete
>From 40ee78a320a2ed590f59e809cc09eca67c5fa501 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 24 Jun 2025 11:37:16 +0200 >Subject: [PATCH] Bug 40190: (bug 37273 follow-up) Fix offset for vendor > >There was something missed in: > commit b63388351b46925cae260dd034003d986b1b0f76 > Bug 37273: Fix offset for column filters > >Test plan: >- Add an agreement to the ERM module >- Go to the list of agreements >- Confirm: >- There is a free text on top of the "Name" column >- There is a pull down on top of the "Vendor" column >--- > .../intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >index 8e0989f35d0..cfbeacdaa2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >@@ -121,7 +121,7 @@ export default { > table_settings: this.agreement_table_settings, > add_filters: true, > filters_options: { >- 1: () => >+ 2: () => > this.vendors.map(e => { > e["_id"] = e["id"]; > e["_str"] = e["name"]; >-- >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 40190
:
183381
| 183436