https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38978
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- I had a go at testing, but the patch doesn't seem to work for me. I can replicate the issue. However, after applying the patch the columns are not hiding correctly for me. Using KTD: 1. Koha codebase: git checkout 24.05.x 2. KTD: - Change .env file: KOHA_IMAGE=24.05 - Update images: ktd pull - Start up KTD: ktd up 3. Apply the patch, restart everything (restart_all), and clear browser cache. 4. View record 262 (Programming Perl). 5. Default columns shown (holdings_issues, holdings_renewals, and holdings_localuse are selected in the "Is hidden by default" for table settings): - Tick box - Item type - Current library - Home library - Collection - Status - Last seen - Checkouts (is showing even though holdings_issues is hidden by default) - Renewals (is showing even though holdings_renewals is hidden by default) - Barcode - Actions column 6. Hide "Last seen" and "Barcode" (Table id: holdings_table). 7. Columns now shown: - Tick box - Item type - Current library - Home library - Collection - Status --> Last seen: still shown - Checkouts --> Renewals: no longer shown --> Barcode: still shown - Actions column -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
