Skip to content

Add option to disable overwrite

Andreas Ellewsen requested to merge feature/disable-overwrite into master

Until now any person update would overwrite all fields. With this commit you can now turn off this feature, and instead only update the fields set on the Person object by setting overwrite argument for the post_person, update_person and delete_person methods to False.

Merge request reports