Commit 89c94f3e authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch '6154-cannot-select-date-before-today-in-supannressourceetatdate' into '1.4-dev'

Cannot select date before today in supannRessourceEtatDate

Closes #6154

See merge request fusiondirectory/fd-plugins!904
Showing with 1 addition and 1 deletion
+1 -1
......@@ -81,7 +81,7 @@ class supannAccountStatus extends simplePlugin implements UserTabLockingAction
_('Start date'), _('Date this status started'),
'supannRessourceEtatDate_start', FALSE,
'Ymd', '',
NULL, 'today'
NULL, NULL
),
new DateAttribute(
_('End date'), _('Date this status will end'),
......
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