You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the expiry date is a mandatory field, with a placeholder but no default.
It should have a default.
Default should be, in this order a new “default expiry” setting.
This new setting should itself default to 8 days.
if max expiry < default expiry, log a warning and set both to the lower value
The calendar, shouldn’t allow a date beyond the limits (before today - max expiry if defined)
The text was updated successfully, but these errors were encountered:
Currently, the expiry date is a mandatory field, with a placeholder but no default.
Default should be, in this order a new “default expiry” setting.
This new setting should itself default to 8 days.
if
max expiry < default expiry
, log a warning and set both to the lower valueThe text was updated successfully, but these errors were encountered: