mestihudson / acuteauto

Automatically exported from code.google.com/p/acuteauto
0 stars 0 forks source link

Unable to add new vehicle #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Login into the application

Click add a car.

fill in the information and click submit

Original issue reported on code.google.com by abid...@gmail.com on 11 Nov 2012 at 11:23

GoogleCodeExporter commented 8 years ago
Brother,

   This was working fine before the Vehicle Report code was added into this controller. This line is causing the problem. 

Exception is thrown on addVehicleReport line. Can you please fix this one and 
make sure that you re-test all the transactions where you added reporting code.

if(car.getStatus()!=getStatus()){
                addVehicleReport(car.getId(),car.getStatus());
                setStatus(car.getStatus());
            }

Original comment by Mansur...@gmail.com on 22 Jan 2013 at 3:04

GoogleCodeExporter commented 8 years ago

Original comment by Mansur...@gmail.com on 22 Jan 2013 at 7:16

GoogleCodeExporter commented 8 years ago
Tested the code, and able to add a new vehicle now.

Original comment by Mansur...@gmail.com on 30 Jan 2013 at 3:51