https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41439
--- Comment #38 from Katrin Fischer <[email protected]> --- 1) I think the visual concept was "filters" instead of "tabs". We do have some of those like when filtering out paid transactions. I think filters could be interesting if I can select more than one at a time to show, but if only one can be selected tabs seem the more consistent choice. 2) I was team "show all as default", but reading Aude's comment I am no longer so sure. It might be nice to go from all to more specific to make things a little easier to set up in the beginning. Both approaches have merit - having the all tab as default would be less disruptive on update. 3) I think you are right Caroline, looking at the code there is a translatability issue: text: is not translatable: + // Add our custom column visibility buttons + const visibilityButtons = [ + { + text: 'Checkouts', + className: 'btn btn-sm btn-default', + action: function (e, dt, node, config) { + dt.columns().visible(false); + dt.columns(getColumnSelector(columnGroups.core.concat(columnGroups.checkout))).visible(true); + } + }, + { + text: 'Due dates', -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
