https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30633
--- Comment #27 from Martin Renvoize (ashimema) <[email protected]> --- Hmm, 1) OPAC datatables.js lacks force_visibility - The OPAC version doesn't have _dt_force_visibility() function like staff interface, so are we sure this is working for the OPAC? 2) Could we perhaps use the following for ordering instead of relying on indexes that may well change with future work: // Find column by name instead of index let current_location_col = holdingst_table_settings.columns.findIndex( c => c.columnname == 'item_current_location' ); holdingst_table_settings.default_sort_order = current_location_col; 3) We need to make it clear in the release notes that the preference content is not migrated into the dt configs -- 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/
