Kirby version: 5.4.4
Setup: bilingual site with a files section (manual sorting enabled)
When I change the order of files in a files section while editing in a secondary language, the Panel behaves as if the change was saved:
- The section immediately shows the new order.
- The new order is still shown after switching back to the default language.
- I get a success notification (bottom right).
The Panel-UI suggests a successful save, but in fact this is not the case: checking the .txt of the files in question, the Sort: key remains unchanged. In effect, the change is lost on Panel reload (and of course doesn’t show on the actual website).
This is confusing for editors, because the UI suggests a successful save; especially since other editorial changes in secondary languages work as expected.
Expected behaviour would be either:
- The new sort order should be saved in secondary languages, too (file order is shared across languages anyway)
- or sorting should not be possible in secondary languages (with clear feedback that it only works in the default language).
Is there any option I can set in the blueprints?