#7 New Form
* links edit button in detail view with edit functionality * fixes minor comment rendering bug * fixes bug where compensation changes won't save
This commit is contained in:
@@ -196,6 +196,7 @@ class EditCompensationForm(NewCompensationForm):
|
||||
self.instance.geometry = geometry
|
||||
self.instance.comment = comment
|
||||
self.instance.fundings.set(fundings)
|
||||
self.instance.save()
|
||||
|
||||
self.instance.log.add(action)
|
||||
return self.instance
|
||||
Reference in New Issue
Block a user