Closed
Bug 786614
Opened 14 years ago
Closed 13 years ago
Return error when user selects an invalid date during event creation.
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: giorgos, Assigned: giorgos)
References
Details
If a user selects as a starting or closing day for an event, an invalid date, like Sept 31, return a meaningful error along with the edit event page.
Comment 1•14 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/c1faf4feab8d707ab6ae8e1a69e00493911f3786
[fix bug 786614] Validate posted datetime selections.
https://github.com/mozilla/remo/commit/2475916f49f42f40293018022d672d6d1df44d56
Merge pull request #293 from glogiotatidis/786614
[fix bug 786614] Validate posted datetime selections.
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Creating a new event with invalid date like Febr. 30th will display the following text (event with correct hours): Start date should come before end date. Enter a valid date/time.
Should we clean up the "Start date should come before end date."?
Comment 3•13 years ago
|
||
Trying to verify this on stage.
Creating an event or editing an event and saving with Feb 30th causes a 500 error.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/0e081198c5537d07e8fe1bc7602e9f6718798e12
[fix bug 786614] Display an error when user selects an invalid date.
https://github.com/mozilla/remo/commit/980449517c89b2b6a17c04195910a86162daa172
Merge pull request #326 from akatsoulas/786614
[fix bug 786614] Display an error when user selects an invalid date.
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
Verified on stage:
Incorrect date entered:
Enter a valid date/time.
End date before start date:
Start date should come before end date.
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•