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

:sparkles: (CORE) - tasks - deserialization of helper attr

Allows deserialization of the new helper attribute
parent b314f007
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -60,6 +60,7 @@ class tasksGranular extends simplePlugin
new HiddenAttribute('fdTasksGranularMaster', TRUE, '', '', 'Master CN', 'Name of the Master task'),
new HiddenAttribute('fdTasksGranularType', TRUE, '', '', 'Type', 'Type of the task'),
new HiddenArrayAttribute('fdTasksGranularRef', FALSE, '', '', 'Type', 'Reference towards a required CN (mail template E.g'),
new HiddenArrayAttribute('fdTasksGranularHelper', FALSE, '', '', 'Type', 'Reference towards important info from main tasks (user reminder two different call E.g'),
new DateTimeAttribute(
_('Schedule'), '',
'fdTasksGranularSchedule', FALSE
......
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