Skip to content
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

On Edit Authorization(Route: admin_group_roles) unable to save #14

Open
hwde opened this issue Apr 29, 2020 · 2 comments
Open

On Edit Authorization(Route: admin_group_roles) unable to save #14

hwde opened this issue Apr 29, 2020 · 2 comments

Comments

@hwde
Copy link

hwde commented Apr 29, 2020

Click on "Save": The following error is logged to browser console:

An invalid form control with name='roles[acl]' is not focusable.

so the form doesn't get submitted.

@hwde
Copy link
Author

hwde commented May 5, 2020

Adding "novalidate" to the form solve it ... see: https://stackoverflow.com/questions/22148080/an-invalid-form-control-with-name-is-not-focusable

@hwde
Copy link
Author

hwde commented May 14, 2020

Well, it is the radio-group "Access Control". If nothing is selected Chrome can't save. Maybe it should be catched by script and notified to the user ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant