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
@bugreport0 It ought to be a date input field. ;-) But you're right, the input format should be checked.
It's also possible to input a date before 1970, despite an "modified date" - action is generated the due date don't get set.
The error 500 is because the validation happens server side, therefore the functions returns an err which leads to having 500 returned.
Validation is currently done directly by Macaron,so I don't know if we could return a message telling the user what went wrong instead 🤔
I've submitted a pr for issue due dates prior to 1970 not being displayed on the issue page: #3930
The validation error will be resolved with #3890. The api returns proper errorcodes, after that it's just a small thing to display a message to the user.
[x]
):Description
The issue due date entry box is finicky:
Screenshots
The text was updated successfully, but these errors were encountered: