alexhenning / wpi-suite-tng

Rewrite of the WPI Suite project management application
Other
5 stars 3 forks source link

Cannot start an iteration on the same day that another iteration ends #91

Closed fracture91 closed 11 years ago

fracture91 commented 11 years ago
  1. Create an iteration that goes from 4/26 to 5/3
  2. Try to create an iteration that goes from 5/3 to 5/10

You get a 400 error when you try to submit. I'm pretty sure Pollice wanted you to be able to start an iteration on the same day that another one ends. Commit 5eeb75b

jlmegin commented 11 years ago

Fixed the problem, when comparing the dates in the validator the time for the end date was 12:59:59 PM while the start date was 12:00:00 AM. Made new copies of dates with the same time and used those to compare