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
Everything is working fine. But, how can I limit the locales select. For example:
I create a Post with ID 1. Then I create a Post with English Locale. So the next time I want to create a translation for Post ID 1, English should be disabled, because there is a translation made it.
How can achieve that with Nova?
Thanks
The text was updated successfully, but these errors were encountered:
I think you can achieve this using Validation Rules, I don't know if there is any possibility to customized the select element result query of BelongsTo relationship.
Why not to use the nova-translatable fields instead?
Hello! I'm trying to do a multilanguage crud. So I create a
Post
resource andPostTranslation
resource.Post resource has:
PostTranslation resource has:
Everything is working fine. But, how can I limit the locales select. For example:
I create a Post with ID 1. Then I create a Post with English Locale. So the next time I want to create a translation for Post ID 1, English should be disabled, because there is a translation made it.
How can achieve that with Nova?
Thanks
The text was updated successfully, but these errors were encountered: