Bugzilla – Attachment 179119 Details for
Bug 37273
Add ID column to Agreements table in the ERM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37273: Fix offset for column filters
Bug-37273-Fix-offset-for-column-filters.patch (text/plain), 1.53 KB, created by
Jonathan Druart
on 2025-03-10 14:10:13 UTC
(
hide
)
Description:
Bug 37273: Fix offset for column filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-10 14:10:13 UTC
Size:
1.53 KB
patch
obsolete
>From 8d328a3d1bdf13454b0d44dab9213c4a0b427371 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Mar 2025 15:09:34 +0100 >Subject: [PATCH] Bug 37273: Fix offset for column filters > >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 62d28b1e020..c14bb794cd6 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 >@@ -128,14 +128,14 @@ export default { > e["_str"] = e["name"]; > return e; > }), >- 3: () => this.map_av_dt_filter("av_agreement_statuses"), >- 4: () => >+ 4: () => this.map_av_dt_filter("av_agreement_statuses"), >+ 5: () => > this.map_av_dt_filter("av_agreement_closure_reasons"), >- 5: [ >+ 6: [ > { _id: 0, _str: this.$__("No") }, > { _id: 1, _str: this.$__("Yes") }, > ], >- 6: () => >+ 7: () => > this.map_av_dt_filter( > "av_agreement_renewal_priorities" > ), >-- >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 37273
:
168606
|
169107
|
172137
|
176740
|
176741
|
178507
| 179119 |
179636