upiq / uu.task

Task management add-on for Plone
0 stars 1 forks source link

Due date without time should fail validation or view should compute default time #40

Open aclark4life opened 9 years ago

aclark4life commented 9 years ago

When a date is set without time:

screenshot 2015-07-26 15 48 44

Either the form validation should not allow it to be saved (e.g. "Please specify time!") or the view should configure a default time (e.g. "midnight"). That's because if we don't do one or the other someone can set a date and still see "not set" in the UI (which is not true, the date is set without time):

screenshot 2015-07-26 15 49 25