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

402 Error when other fields have ->rules('required') #4

Open
rayleroux opened this issue Aug 5, 2020 · 2 comments
Open

402 Error when other fields have ->rules('required') #4

rayleroux opened this issue Aug 5, 2020 · 2 comments

Comments

@rayleroux
Copy link

When ticking in-line, Nova throws a 402 exception if any other fields in the Nova Model have a required rule.

I suspect when in-line ticking, the POSTing to /{resource}/{resource id} requires all required fields in the form data or Nova's Validator will throw the 402 exception.

@vesper8
Copy link

vesper8 commented Dec 4, 2020

Is there a way around this?

@nikans
Copy link

nikans commented Mar 24, 2021

Pretty critical

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

3 participants