Bugzilla – Attachment 184437 Details for
Bug 40395
Allow selecting multiple holds in patron detail page to perform actions on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40395: (QA follow-up): Add checkbox column to table settings
Bug-40395-QA-follow-up-Add-checkbox-column-to-tabl.patch (text/plain), 1.37 KB, created by
Pedro Amorim
on 2025-07-21 13:57:31 UTC
(
hide
)
Description:
Bug 40395: (QA follow-up): Add checkbox column to table settings
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-07-21 13:57:31 UTC
Size:
1.37 KB
patch
obsolete
>From 59f9f74ffff2f9b34f936978676e57831daa2895 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 21 Jul 2025 09:43:27 +0000 >Subject: [PATCH] Bug 40395: (QA follow-up): Add checkbox column to table > settings > >This fixes the empty entry when clicking 'Columns' on the top right of >the table. >Also ensures sorting does not exist on the checkbox column and exists on the one it was before (reservedate) >This is for holds table on both patron pages: >http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=19 >http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=19 >--- > admin/columns_settings.yml | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 21e8e8a6186..8028d78bbbc 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1327,7 +1327,10 @@ modules: > cannot_be_modified: 1 > > holds-table: >+ default_sort_order: 1 > columns: >+ - >+ columnname: checkbox > - > columnname: reservedate > - >@@ -1759,7 +1762,10 @@ modules: > is_hidden: 1 > > holds-table: >+ default_sort_order: 1 > columns: >+ - >+ columnname: checkbox > - > columnname: reservedate > - >-- >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 40395
:
184109
|
184110
|
184111
|
184112
|
184113
|
184114
|
184115
|
184116
|
184134
|
184135
|
184136
|
184137
|
184138
|
184139
|
184140
|
184141
|
184398
|
184399
|
184400
|
184401
|
184402
|
184403
|
184404
|
184405
|
184434
|
184435
|
184437
|
184470
|
184471
|
184472
|
184473
|
184474
|
184475
|
184476
|
184477
|
184478
|
184479