Added parent info to retrieved task nodes.
Added an Eve hook that adds {'parent_info: {'node_type': 'type', 'name': '...'}} to returned task nodes.
This commit is contained in:
@@ -48,8 +48,6 @@ def view_embed_task(project, attract_props, task_id):
|
||||
users = project.get_users(api=api)
|
||||
project.users = users['_items']
|
||||
|
||||
log.info('Attract properties: %s', attract_props)
|
||||
|
||||
return render_template('attract/tasks/view_task_embed.html',
|
||||
task=task,
|
||||
project=project,
|
||||
|
Reference in New Issue
Block a user