Bug
update_document even with flag partial_update fails on validation when primitives are required.
Expected behavior
Should be allowed to update document with only changed fields (and type attribute?) and not have to also pass required primitives in payload so that it passes validation
Notes
Somewhat of a priority 'cause Babak asked for this to be fixed
Frontend task in form is dependent on this fix (being done by @awesthouse)
Bug update_document even with flag partial_update fails on validation when primitives are required.
Expected behavior Should be allowed to update document with only changed fields (and type attribute?) and not have to also pass required primitives in payload so that it passes validation
Notes