https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41314
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Nind <[email protected]> --- Some observations: 1. ExportCircHistory is incorrectly named: see Bug 40623 - ExportCircHistory preference is misnamed (and Bug 33828 - ExportCircHistory description is misleading, pushed in 23.11). If enabled, you get the export column and this text under the check outs table: "Export checkouts using format: [MARC with items|MARC without items] Export items bundle contents [] Don't export fields: _________ "Export" 2. A related system preference is ExportRemoveFields. If you add a value to this, such as 100a, then it is shown in "Don't export fields". However, if you do this, then the export column is not shown! (Even if you clear the browser cache). 3. There is also a problem at the moment when you turn off ExportCircHistory: - If you change it to "Don't show", the "Export" column is still shown, and only clearing the browser cache (or maybe just local storage?) removes the column. - If you don't clear the cache, the standard data tables export option "doesn't work" - there is a spinner when you select any of the export options, nothing is exported, and the spinner stays there (this looks the same as Bug 39389 - Cannot use dataTables export function on checkout table in members/moremember.pl, pushed to 25.05 - maybe it is back?) So, to answer your question (I think): 1. The export column on the patron check out table is not related to the standard DataTables export option. 2. There is a problem turning off ExportCircHistory - the export column is still shown unless you clear your cache. 3. ExportCircHistory is misnamed, it allows you to export current checkouts in MARC format, with and without items. 4. There is also a problem if you use the related system preference ExportRemoveFields. If you add a value to this, such as 100a, then it is shown in "Don't export fields" when ExportCircHistory is enabled. However, if you do this, then the export column is not shown! (Even if you clear the browser cache). -- You are receiving this mail because: You are the assignee for the bug. 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/
