mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
58a5e19669
Sort WP lists by project identifier, not project_id, in semantic mode The semantic-mode "ID" sort grouped projects by project_id (insertion order) before the per-project sequence. Projects added after others landed below them in the list even when their identifier sorted alphabetically earlier. Sort by projects.identifier instead so the order matches the visible "<project identifier>-<sequence>" column. The projects table is already joined for every work-package list query, so the new sort term costs no extra round-trip.