Bugzilla – Attachment 174791 Details for
Bug 38482
Disable save state for items tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38482: Deactivate 'save state' for holdings tables
Bug-38482-Deactivate-save-state-for-holdings-table.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2024-11-19 14:16:51 UTC
(
hide
)
Description:
Bug 38482: Deactivate 'save state' for holdings tables
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-19 14:16:51 UTC
Size:
1.63 KB
patch
obsolete
>From 4107fd48a4ba336f4b463bc5ad24ffee03aa0eca Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 19 Nov 2024 15:15:49 +0100 >Subject: [PATCH] Bug 38482: Deactivate 'save state' for holdings tables > >This is too complicated (at least for 24.11.00) to have everything works >in all situations. > >This table has this specific "hide when empty" behaviour which >complicated how we deal with/restore the state >--- > .../intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >index 98edb897376..01de61d112f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt >@@ -150,7 +150,7 @@ > [% END %] > > [%# No other exceptions should be added here! %] >- [% IF modulename != 'opac' && pagename != 'itemsearch' %] >+ [% IF modulename != 'opac' && pagename != 'itemsearch' && tablename != 'holdings_table' && tablename != 'otherholdings_table' %] > <p> > [% SET option_name = pagename _ "|" _ tablename _ "_default_save_state" %] > <label for="[% option_name | html %]" title="Save the column visibility, length of the table and order in session">Save configuration state on page change:</label> >-- >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 38482
:
174764
|
174784
|
174785
|
174786
| 174791