Skip to content
Snippets Groups Projects
Commit 30ea1eee authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-404: make status properties non-cached again

parent c63730fa
No related branches found
No related tags found
1 merge request!238Resolve TMSS-404
...@@ -646,7 +646,7 @@ class SchedulingUnitBlueprint(NamedCommon): ...@@ -646,7 +646,7 @@ class SchedulingUnitBlueprint(NamedCommon):
else: else:
return None return None
@cached_property @property
def status(self): def status(self):
""" """
Return the schedulingunit blueprint status which is derived from the taskblueprint status (which is derived Return the schedulingunit blueprint status which is derived from the taskblueprint status (which is derived
...@@ -954,7 +954,7 @@ class TaskBlueprint(NamedCommon): ...@@ -954,7 +954,7 @@ class TaskBlueprint(NamedCommon):
else: else:
return None return None
@cached_property @property
def status(self): def status(self):
""" """
Return the taskblueprint status which is derived from the subtasks status Return the taskblueprint status which is derived from the subtasks status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment