Bugzilla – Attachment 177287 Details for
Bug 38978
[24.05.x] Can't hide column in holdings table from Table settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38978: [24.05.x] Don't show every column initially
Bug-38978-2405x-Dont-show-every-column-initially.patch (text/plain), 1.48 KB, created by
Imani
on 2025-01-28 18:12:15 UTC
(
hide
)
Description:
Bug 38978: [24.05.x] Don't show every column initially
Filename:
MIME Type:
Creator:
Imani
Created:
2025-01-28 18:12:15 UTC
Size:
1.48 KB
patch
obsolete
>From 993be2571c1083f984afded95fd95827a95e7530 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 28 Jan 2025 01:14:47 +0000 >Subject: [PATCH] Bug 38978: [24.05.x] Don't show every column initially > >To test: >1. In 24.05.x, hide some columns via Table settings. >2. The columns do not hide properly, you cannot hide any columns via Table settings on this table. >3. APPLY PATCH >4. Check hiding columns now, it should work. >5. Make sure that columns with no data at all are still hidden. >6. Enable 'SeparateHoldings' and make sure you can also properly hide columns in the Other holdings table. > >Signed-off-by: Imani Thomas <imani.thomas@bywatersolutions.com> >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 714e60282d..091a46e600 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -122,7 +122,6 @@ > > function update_columns_visibility(settings){ > let table = settings.oInstance.api(); >- table.columns().visible(true); > table.columns().every(function(i){ > let is_empty = true; > let nodes = this.nodes(); >-- >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 38978
:
177204
|
177205
| 177287