Bug 38518

Summary: Holdings table sorting by serial enumeration is not using published date anymore
Product: Koha Reporter: Anni Mäki-Mantila <anni.maki-mantila>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: 24.05   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Anni Mäki-Mantila 2024-11-22 14:15:16 UTC
Previously the sorting by serial enumeration in biblio's holdings table was using published date (see bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13420).

In version 24.05 sorting doesn't seem to be using the date anymore. Sorting is now done based on the string in "h - Serial Enumeration / chronology item" field, so e.g. after number "2024 : 1" comes "2024 : 10" and so on.

Has this been changed by accident when we shifted to displaying items via REST API on holdings table?