Verified Commit 88026152 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: (CORE) - tasks - allows referencal helper to subTasks

Allows referencal helper to subTasks.
Showing with 2 additions and 0 deletions
+2 -0
...@@ -206,6 +206,8 @@ class tasks extends simplePlugin ...@@ -206,6 +206,8 @@ class tasks extends simplePlugin
"fdTasksGranularType" => $taskType, "fdTasksGranularType" => $taskType,
// Verification as 'ref' could potentially not be present depending on the logic of the main task. // Verification as 'ref' could potentially not be present depending on the logic of the main task.
"fdTasksGranularRef" => !empty($attrs['ref'][$dn]) ? array_values($attrs['ref'][$dn]) : [], "fdTasksGranularRef" => !empty($attrs['ref'][$dn]) ? array_values($attrs['ref'][$dn]) : [],
// Verification if any helper reference must be added to help further backend processing.
"fdTasksGranularRef" => !empty($attrs['helper']) ? array_values($attrs['helper']) : [],
]; ];
break; break;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment