Commit a3935500 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '6359-core-task-main-menu-allows-periodicity-of-a-cyclic-setting-one-element-is-empty' into 'dev'

Resolve "[Core] - Task - main menu allows periodicity of a cyclic setting - one element is empty"

See merge request fusiondirectory/fd!1097
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