You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: