Skip to content

Fix that dependencies are not correctly checked when fields are deleted.

Johannes Zumthurm requested to merge dependencies-on-patch into master

Created by: cburchert

Eve assumes that fields cannot be deleted, so dependencies don't need to be checked during PATCH. This pull request makes the 'dependencies' validator rerun on all fields during patch to correctly handle our new None == not present definition, which allows deleting fields.

Merge request reports

Loading