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
I'm trying to setup slugs for my entity that contains two many to one relationships. Both of these relations are on same entity because different user types are presented with generic user class. I differentiate them by role or type field.
I would like to set my BookingRequest slug as combination of artist and gallery slugs but on save i get slugs like -1, -2, -3 and so on.
What am i doing wrong and is this possible?
The text was updated successfully, but these errors were encountered:
I'm trying to setup slugs for my entity that contains two many to one relationships. Both of these relations are on same entity because different user types are presented with generic user class. I differentiate them by role or type field.
On owning BookingRequest side i have:
In my user entity(artist, gallery) i have:
I would like to set my BookingRequest slug as combination of artist and gallery slugs but on save i get slugs like -1, -2, -3 and so on.
What am i doing wrong and is this possible?
The text was updated successfully, but these errors were encountered: