Commit 8e1889e5 by Guba Sándor

activity: fixed node_activity to use NodeActivity class

parent 03024841
......@@ -122,5 +122,5 @@ class NodeActivity(ActivityModel):
@contextmanager
def node_activity(code_suffix, node, task_uuid=None, user=None):
act = InstanceActivity.create(code_suffix, node, task_uuid, user)
act = NodeActivity.create(code_suffix, node, task_uuid, user)
return activitycontextimpl(act)
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 sign in to comment