Open keizah7 opened 3 years ago
I have the same issue ... any solution?
Also update somehow detaches other relations
?
ANy update?
When clicking the inline-boolean in Nova 3, the HTTP POST request to the nova-api/ path only contains the name and value of the inline-boolean (and the request method). Nova updates the inline-boolean field, but sets other field values to null! (Except fields that are readonly, those are ignored.)
It seems that Nova expects all field values in the HTTP POST request.
Inline update fails if resource has other columns with validation. 422