From c4b9564398d5e7c52b394787a4bc25f7d1b5270b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 9 Nov 2016 12:40:15 +0100 Subject: [PATCH] Corrected task parent types. --- attract/node_types/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attract/node_types/task.py b/attract/node_types/task.py index caa97d6..cd193f8 100644 --- a/attract/node_types/task.py +++ b/attract/node_types/task.py @@ -74,5 +74,5 @@ node_type_task = { 'time': {'visible': False}, }, - 'parent': ['task', 'shot'], + 'parent': ['attract_task', 'attract_shot'], }