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

:sparkles: Feat(Tasks) - Adds Weekly as repeatable

Adds Weekly as repeatable
Showing with 1 addition and 1 deletion
+1 -1
......@@ -82,7 +82,7 @@ class tasks extends simplePlugin
),
new SelectAttribute(
_('Repeatable Schedule'), _('Select the desired schedule.'),
'fdTasksRepeatableSchedule', FALSE, ['Yearly', 'Monthly', 'Daily', 'Hourly'], 'Daily'
'fdTasksRepeatableSchedule', FALSE, ['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly'], 'Daily'
),
]
],
......
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