Fix for recorded deduction
* fixes bug where deduction of a recorded intervention could be deleted from the eco account detail view * improves check_for_recorded_instance() logic * improves rendering of detail view on compensation-like objects to highlight missing data
This commit is contained in:
@@ -83,3 +83,6 @@ class ResubmissionModalForm(BaseModalForm):
|
||||
self.instance.resubmissions.add(self.resubmission)
|
||||
return self.resubmission
|
||||
|
||||
def check_for_recorded_instance(self):
|
||||
# Ignore logic in super() implementation
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user