- Issue created by @eduardo morales alberti
- Status changed to Closed: works as designed
10 months ago 11:22am 30 January 2024 - 🇨🇭Switzerland bircher 🇨🇿
It seems like you have found out what the issue is.
The sorting (ie what this issue title suggests) is higly unlikely to be the problem. We have tests for it but more importantly the order you save gets sorted both for export and when it is actually used. So if it works with one order but not the other then something extra strange is going on and would point to some other module interfering.You found out that config ignore and config split both change what config is imported and exported. In fact they both work in very similar ways. It is generally not a good idea to both ignore and split the same config. But if you must, then you can adjust the priorities in which each split and also config ignore run to suit your needs.
- 🇪🇸Spain eduardo morales alberti Spain, 🇪🇺
After some testing seems like more of a problem of config_split than config_ignore.
Thank you. - 🇨🇭Switzerland bircher 🇨🇿
Hi, no I think the problem is the interaction between the two. If you split some config then it will "win" depending on the order.