Open razb opened 9 years ago
I'll look into this ASAP!
Sorry for the long wait, I should have some time this week to look into this and fix it.
Probably related to: https://github.com/keystonejs/keystone/issues/1657
+1
PATCH is only updating top level fields.
This change https://github.com/keystonejs/keystone/commit/39ddd3af2120916982117ca2d64215b9681b0bbe is working as a patch until keystonejs 0.4.x. At least no problems with it yet.
I can successfully update first level fields, but, any field that is defined as nested in the Keystone model doesn't get updated. There are no errors, however nothing changes. Any suggestions on where to look for debugging clues?
I can take the output from a GET operation, change the values of certain fields and all except the nested fields will be updated after using the resulting JSON for a PATCH request...