whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

No changes to existing Vehicle on edit should bypass validation #37

Open whyceewhite opened 9 years ago

whyceewhite commented 9 years ago

I noticed that the vehicle save did not pass validation (known bc of a log output result) when I saved an existing vehicle without making any changes to it.

Here are the steps:

  1. Go to Settings
  2. If a default vehicle doesn't exist then create one.
  3. Edit the vehicle (by pressing on the Vehicle cell in Settings)
  4. The vehicle will appear in the Vehicle page.
  5. Without making any changes, press the Save button.

Everything looks ok to the user, but, the validation failed. This shouldn't go through validation. Investigate and see if there is an underlying issue.