-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
needs: information ❓Requires more information to proceedRequires more information to proceedneeds: replication 🔬Requires a sample to reproduce the issueRequires a sample to reproduce the issue
Description
Description
I have a pages section where I set sortBy to status desc title SORT_LOCALE_STRING. I use the same value for the sortBy property of the navigation option of the child page blueprint. In the pages section, sorting works as expected; when using the arrow navigation of a child page, the SORT_LOCALE_STRING flag is ignored, resulting in a different sorting.
Expected behavior
Sort the pages the same way in both places.
To reproduce
- Create a parent page blueprint with a pages section
# parent.yml
pages:
type: pages
create:
- child
sortBy: status desc title SORT_LOCALE_STRING- Create a child page blueprint with the navigation option set
# child.yml
navigation:
sortBy: status desc title SORT_LOCALE_STRING
status: all- Create a child with a title in quotes
title: “Example page” - Observe the different sorting order between the pages section and arrow navigation of the child
Your setup
Kirby Version
5.3.1
Your system (please complete the following information)
- Device: MacBook Pro
- OS: macOS 26.3
- Browser: Safari
- Version: 26.3
Additional context
My locale is de_DE.utf-8.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs: information ❓Requires more information to proceedRequires more information to proceedneeds: replication 🔬Requires a sample to reproduce the issueRequires a sample to reproduce the issue