-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
dependsOn doesn't work for attributes in settings #138
Comments
As an quick alternative, I think we should have support for outl1ne/nova-dependency-container |
second this. not even getting any error logs :) https://nova.laravel.com/docs/4.0/resources/fields.html#dependent-fields |
https://nova.laravel.com/docs/4.0/customization/fields.html#dependent-form-field Line 22 in d201cb1
add something like Route::patch('/nova-api/nova-settings/{path}/update-fields', [SettingsController::class, 'sync']); and add sync functionality to SettingsController |
https://github.com/stepanenko3/nova-settings#using-dependson-with-out-package now has dependsOn fields support. Just FYI |
Just to confirm, this is not implemented yet? I'm attempting to make a Text field visible only when a Boolean field is true, but |
Hello, any update on this topic? Is there a plan to fix this? |
Hello, the dependsOn method doesn't work for any of the fields inside the settings resource as the update-field request returns 404.
The text was updated successfully, but these errors were encountered: