Bugzilla – Attachment 188292 Details for
Bug 30633
Move OPACHoldingsDefaultSortField to table settings configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30633: Remove force_visibility flag
Bug-30633-Remove-forcevisibility-flag.patch (text/plain), 1.42 KB, created by
Martin Renvoize (ashimema)
on 2025-10-22 11:05:51 UTC
(
hide
)
Description:
Bug 30633: Remove force_visibility flag
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-10-22 11:05:51 UTC
Size:
1.42 KB
patch
obsolete
>From aceb9d0b7f8377c63055f5913fe1efe0474c418f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 21 Oct 2025 08:56:43 +0200 >Subject: [PATCH] Bug 30633: Remove force_visibility flag > >It's not available at the OPAC, and we actually don't need it: we don't >save/restore DT's state. > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 964f3335398..0c85fbb7353 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1928,14 +1928,12 @@ > column = holdingst_table_settings.columns.find(c => c.columnname == '[% k | html %]'); > column.is_hidden = 1; > column.cannot_be_toggled = 1; >- column.force_visibility = 1; > [% END %] > > [% FOR k IN hidden_columns_force.otherholdingst %] > column = otherholdingst_table_settings.columns.find(c => c.columnname == '[% k | html %]'); > column.is_hidden = 1; > column.cannot_be_toggled = 1; >- column.force_visibility = 1; > [% END %] > > $("#holdingst").kohaTable( >-- >2.51.0
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 30633
:
187856
|
187857
|
187858
|
187859
|
187886
|
187887
|
187888
|
187889
|
188067
|
188068
|
188069
|
188070
|
188071
|
188072
|
188073
|
188074
|
188192
|
188286
|
188287
|
188288
|
188289
|
188290
|
188291
| 188292