Commit 9873122a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! simulation: add 'frozen' state in causality workflow for documents that...

fixup! simulation: add 'frozen' state in causality workflow for documents that are no longer simulated.
parent 4dccd2dd
......@@ -495,7 +495,7 @@ class SimulableMixin(Base):
See _updateSimulation for accepted parameters.
"""
if self.getCausalityState() == self.getPortalFrozenCausalityStateList():
if self.getCausalityState() in self.getPortalFrozenCausalityStateList():
return
tv = getTransactionalVariable()
key = 'SimulableMixin.updateSimulation', self.getUid()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment