Summary: | Use standard columns configuration on batch item modification and delete pages | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Tools | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, emmi.takkinen, noemie.labine, sbcornell |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Owen Leonard
2019-05-16 12:55:13 UTC
That would be nice ! When we hide columns in batch item modification/batch item deletion, the hiddens columns will stay hidden in the next batch modification or deletion (tho currently there's a bug for that in bz32477). But when our browser cache is renewed, those choices are reinitialised and all the colums are showned. Having the choice to permanently hide some columns by adding those tool to the column configuration would save time when we always hide one or more columns. +1 for this. Those filters seem to be constantly broken when new columns are added and using DataTable configuration would make them easier to maintain. This would also mean that we can get rid of using same code for both of these tables which has caused us problems with "Show/Hide all" selection (see bug 36129). And it seems to cause them still despite fix in bug 36129. Also we have again same problem as in bug 32477, nut this time with item status columns. |