[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 00:22:40 CET 2023


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144981|0                           |1
        is obsolete|                            |

--- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 145052
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145052&action=edit
Bug 32503: (follow-up) Move data-order attributes

It looks like the data-order attributes were at the wrong level to me,
i.e. not part of the 'td' but instead part of the cell content.

This patch moves those data-order attributes where possible and drops
the data-type definitions on the headers.

However, for the cancellation case, this isn't as clear cut as we may
well display more than one cancellation request date in the same cell.
For this case I've left Katrins data-type="@data-order" trick.

Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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


More information about the Koha-bugs mailing list