Bugzilla – Attachment 188451 Details for
Bug 38080
Sorting options for holdings table are incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38080: Fix order of columns in opac's holdings tables
Bug-38080-Fix-order-of-columns-in-opacs-holdings-t.patch (text/plain), 1.23 KB, created by
David Nind
on 2025-10-26 22:22:39 UTC
(
hide
)
Description:
Bug 38080: Fix order of columns in opac's holdings tables
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-10-26 22:22:39 UTC
Size:
1.23 KB
patch
obsolete
>From 2159ff02deadb0da1464997c0ef99cce4b748b9b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 20 Oct 2025 10:23:11 +0200 >Subject: [PATCH] Bug 38080: Fix order of columns in opac's holdings tables > >The order of the columns in the yaml file must match the order of the >columns in the template file. > >Test plan: >Confirm that, with bug 30633 applied, you can pick "shelving location" >as the default sort order and that the items are correctly sorted by >shelving location. > >Signed-off-by: David Nind <david@davidnind.com> >--- > admin/columns_settings.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 6c5624bee9..32a7254dbc 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -2333,11 +2333,11 @@ modules: > columnname: item_current_location > - > columnname: item_home_location >+ - >+ columnname: item_ccode > - > columnname: item_shelving_location > is_hidden: 1 >- - >- columnname: item_ccode > - > columnname: item_callnumber > - >-- >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 38080
:
188142
|
188451
|
188661