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:
@@ -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'],
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user