Activity when commenting: don't store context node type

It wasn't handled properly and caused commenting not to show up as activity
This commit is contained in:
2016-11-10 09:51:45 +01:00
parent 497bbb8273
commit 6ebf3b6493

View File

@@ -36,7 +36,6 @@ def activity_after_creating_node(comment):
'node', parent_id,
project_id=comment.get('project', None),
node_type=comment['node_type'],
context_node_type=parent['node_type'],
)