inline-boolean icon indicating copy to clipboard operation
inline-boolean copied to clipboard

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

Open rayleroux opened this issue 4 years ago • 2 comments

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.

rayleroux avatar Aug 05 '20 19:08 rayleroux

Is there a way around this?

vesper8 avatar Dec 04 '20 10:12 vesper8

Pretty critical

nikans avatar Mar 24 '21 06:03 nikans