[Koha-bugs] [Bug 24093] Sorting indicators broken on list contents view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 22 19:47:16 CET 2019


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 95736
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95736&action=edit
Bug 24093: Sorting indicators broken on list contents view

This patch updates the table markup for the lists contents view so that
the table sort state is correctly indicated by arrows in the table
headers. The markup changes allow the standard DataTables CSS to apply
to this table even though it is not a DataTable.

To test, apply the patch, go to Lists, and view any list with multiple
titles attached.

 - The list should be sorted by default according to the list's
   settings, and the arrow in the header row should correctly reflect
   the sorting column and direction.
 - Test re-sorting the table by each of the different sortable columns,
   confirming each time that the sorting arrows are correct.

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


More information about the Koha-bugs mailing list