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

:sparkles: (CORE) - adds static array choices for repeatable options

Repeatable options are static array values and mandatory.
parent 89b4fc93
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -83,7 +83,8 @@ class tasks extends simplePlugin ...@@ -83,7 +83,8 @@ class tasks extends simplePlugin
), ),
new SelectAttribute( new SelectAttribute(
_('Repeatable Schedule'), _('Select the desired schedule.'), _('Repeatable Schedule'), _('Select the desired schedule.'),
'fdTasksRepeatableSchedule', FALSE, ['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly'], 'Daily' 'fdTasksRepeatableSchedule', TRUE, ['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly'], 'Daily',
['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly']
), ),
] ]
], ],
......
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