From b27690c547e4667afda4a64e1bf91aeac9588dc5 Mon Sep 17 00:00:00 2001
From: Thibault Dockx <thibault.dockx@fusiondirectory.org>
Date: Thu, 2 Nov 2023 16:20:07 +0000
Subject: [PATCH] :sparkles: Feat(Tasks) - Adds Weekly as repeatable

Adds Weekly as repeatable
---
 plugins/configuration/tasks/class_tasks.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/configuration/tasks/class_tasks.inc b/plugins/configuration/tasks/class_tasks.inc
index 78e2c8553..ccf98b0f0 100644
--- a/plugins/configuration/tasks/class_tasks.inc
+++ b/plugins/configuration/tasks/class_tasks.inc
@@ -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'
           ),
         ]
       ],
-- 
GitLab