You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you sort or search enum fields (e.g., user role) and have multiple languages in your app, you'll run into some problems, as the ordering and searching does not take the translation but the plain database value into account.
We need to find a way of how ordering and searching might take translations into account.