Hey all,
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?






