no changeproblems if changeset is applied
This commit is contained in:
parent
e1e9b62fc0
commit
8a35e72148
1 changed files with 2 additions and 0 deletions
|
@ -474,4 +474,6 @@ class ChangeSet(models.Model):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def problems(self) -> ChangeProblems:
|
def problems(self) -> ChangeProblems:
|
||||||
|
if self.state == "applied":
|
||||||
|
return ChangeProblems()
|
||||||
return self.get_changes_as_operations().problems
|
return self.get_changes_as_operations().problems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue