* adds workflow testing for geometries on new creation of intervention and compensation
*
This commit is contained in:
2021-11-12 14:54:33 +01:00
parent 6c35fc59af
commit 92cfb95789
4 changed files with 101 additions and 6 deletions

View File

@@ -356,7 +356,7 @@ class EditInterventionForm(NewInterventionForm):
self.instance.save()
# Uncheck and unrecord intervention due to changed data
self.instance.set_unchecked(user)
self.instance.set_unchecked()
self.instance.set_unrecorded(user)
return self.instance