Skip to content

v1.4.6 – Fix Admin Column Sorting

Choose a tag to compare

@hau-git hau-git released this 09 Feb 08:49
· 34 commits to main since this release

v1.4.6 – Fix Admin Column Sorting

Bug Fix

  • Fixed: Sorting by Start/End columns in the admin event list now works correctly
    • Clicking "Start" or "Ende" column headers respects ASC/DESC direction
    • Root cause: the `orderby` query var was overwritten before being read, so the user's sort choice was always ignored
    • Default admin list still sorts by start date ascending
    • Sorting by other columns (title, date) is no longer overridden