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

Inline update fails 422

Open keizah7 opened this issue 3 years ago • 5 comments

Inline update fails if resource has other columns with validation. 422 image

keizah7 avatar May 05 '21 08:05 keizah7

I have the same issue ... any solution?

msassa avatar May 06 '21 20:05 msassa

Also update somehow detaches other relations

keizah7 avatar May 07 '21 12:05 keizah7

?

timkerr222 avatar Jun 24 '21 19:06 timkerr222

ANy update?

timkerr222 avatar Jun 24 '21 19:06 timkerr222

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.

yapsr avatar May 03 '23 22:05 yapsr