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.
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.