[Koha-bugs] [Bug 26782] Circulation conditions: first 2 columns show as sortable, but cannot be sorted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 22 20:24:02 CEST 2020


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 112220
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112220&action=edit
Bug 26782: Add new class for indicating default sort without sortability

This patch adds to the globally-included CSS a class which can be added
to tables when they are configured using DataTables options that set a
default sort but don't allow the user to reorder columns.

The new class shows a grey rather than blue sorting indicator and sets
the cursort to the default pointer rather than the link "hand."

To test, apply the patch and rebuild the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Go to Administration -> Circulation and fine rules

In the table of circulation rules, confirm that the first two columns,
"Patron category" and "Item type" have a grey sorting icon in the
header cell indicating ascencing sort. Hovering the cursor over these
cells should show a default arrow cursor rather than the link cursor.

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


More information about the Koha-bugs mailing list