-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slug field inside tab still doesn't work #262
Comments
Excuse me? |
When the slug field is outside of any tab, there's a preview request to the url http://usicn.localhost/nova-api/pages/field/slug/preview |
You can watch a video with the issue here https://brand.dn.ua/1.html |
Only relation fields has |
I am having the same issue as well. When I move the slug field + the field it is related to outside of a tab then it works. Text::make(__('Title'), 'title')->rules('required'),
Slug::make(__('Slug'), 'slug')->from('title'), This works, as long as it's not also involving nova-translatable fields, which are having a separate issue related to that plugin: |
I'm facing the same problem. Is it possible to merge the PR #292 ? |
I have some problem, please merge the PR #292 |
A temporary fix is to explicitly pass the resourceName to the field:
|
Just check it
The text was updated successfully, but these errors were encountered: