We have different models to represent different content types. But all have the common field called URL (slug) which is marked as unique.
Problem is - this field is checked as unique only with same model, not across different models. So editors can now create content with same URL for two different models, which is a big issue on the front.
I believe this is a known issue and a feature requested, right? Any update on when it can be available?