https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33484 --- Comment #127 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to ayoung from comment #123)
Could I get more clarity on why the holdings table was excluded from this new feature? I was excited for this feature specifically because of this table!
I see in the comments that it wasn't possible because of search filters not transferring across bibs correctly...would it be possible to have the option to only save the configuration state and not the search state on page change?
Hello, please see this commit message: Bug 38482: Remove save state for the holdings tables On the holdings table of the bibliographic record detail page, we have a special behaviour: we hide columns if there is no data to display. Indeed we have a lot of column and we want to limit the number of columns displayed. This behaviour conflicts with "Save state": when the columns are hidden the state is modified. If you leave the page and come back, the column will stay hidden, even if the global settings does not have it as hidden and even if the user didn't explicitly hide it. We want to implement something correctly to prevent a conflict with those 2 behaviours, but 24.11.00 is coming and we need a quick fix: here we are going to remove save state for these 2 tables. -- You are receiving this mail because: You are watching all bug changes.