- Merge request !48Issue #3136982: Crop types appear in random order in IWC → (Open) created by kulmjens
- 🇩🇪Germany kulmjens
In the cropping widget, the crop types are currently sorted by machine name. Unfortunately, since the machine name cannot be changed after creation, the only way to adjust the order is to delete and recreate crop types.
I’ve implemented a fix that sorts the crop types by their label instead. This way, you can easily reorder them by simply editing their labels as needed.
Please review my merge request.