[Koha-bugs] [Bug 22175] Make stock rotation table sortable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 11 20:56:10 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22175

--- Comment #9 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 87807
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87807&action=edit
Bug 22175: (follow-up) Identify columns to exclude from export

Bug 21216 added a way to designate DataTables columns to include in
export operations (Copy, CSV, print, etc). However, this solution did
not take hidden columns into account. This patch revises the global
columns configuration settings so that exports will include only visible
columns and will exclude columns with a "noExport" class on the <th>.

To test, apply the patch and clear your browser cache if necessary.

 - Go to Tools -> Stock rotation
 - In the table of rotas, hide some columns in the table and verify that
   export operations include only your visible selections, excluding the
   last column with buttons.
 - Choose a rota and select Manage -> Items. Test that this table works
   in the same way.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list