Currently the order of column filter options for (advanced) many-to-many (object) relation fields depends on the order of assigned elements in the relation. This makes it hard to find a certain filter value. This PR sorts the filter values alphabetically.
Before:
(Imagine a relation with 100 items, then finding the desired value will take some time)
Follow-up of #659
Currently the order of column filter options for (advanced) many-to-many (object) relation fields depends on the order of assigned elements in the relation. This makes it hard to find a certain filter value. This PR sorts the filter values alphabetically.
Before:
(Imagine a relation with 100 items, then finding the desired value will take some time)
After: