i build a page for a client and they are using the news-feature a lot and generated 80+ news entries so far.
The frontend sorting of the pages is by date:
content:
items: ‘@self.children’
order:
by: date
dir: desc
That would be the wanted sorting in the admin backend as well (so the backend view matches the frontend and the editors have a better overview).
So i set “children_display_order: collection”, but unfortunaly that does not apply to the backend order.
I researched the feature to be sure its ment for what i expect and need. And i dont see any possibiliy of a wrong configuration.
I even simulated that on my plain test-insallation localy with the same result.
Seems like a bug or is anyone successfuly using that feature?
1st of i want to thank you for taking the time to help with my issue!
i spare you, what i tried, just the important stuff:
My test-installation is based on the pure version of grav+admin, so i grabed a copy, replicated the situation and again - everything works fine.
Everything the same, except the plain grav-admin is one language and my test-installation (as well as my projects) is with multiple.
So i added one more language and forced the language in the file-extension (default.en.md).
Result: children_display_order: collection does not work in the admin anymore.
So that seems to cause the problem… happy to find out. And hopefully the path to a solution.