Skip to content

Commit

Permalink
fix issue #37313
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Singer committed Apr 11, 2022
1 parent 77194ec commit 78335ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions administrator/components/com_scheduler/forms/task.xml
Expand Up @@ -196,6 +196,7 @@
subtype="minutes"
multiple="true"
validate="ExecutionRules"
required="true"
/>
<field
name="hours"
Expand All @@ -204,6 +205,7 @@
subtype="hours"
multiple="true"
validate="ExecutionRules"
required="true"
/>
<field
name="days_month"
Expand All @@ -212,6 +214,7 @@
subtype="days_month"
multiple="true"
validate="ExecutionRules"
required="true"
/>
<field
name="months"
Expand All @@ -220,6 +223,7 @@
subtype="months"
multiple="true"
validate="ExecutionRules"
required="true"
/>
<field
name="days_week"
Expand All @@ -228,6 +232,7 @@
subtype="days_week"
multiple="true"
validate="ExecutionRules"
required="true"
/>
</fields>
</fieldset>
Expand Down

0 comments on commit 78335ce

Please sign in to comment.