InfoAdgrade / AdPrototype

Prototipo wakanda
0 stars 0 forks source link

"Items_v3" problem on Timestamp checking on saving #69

Closed CesareAriatta closed 11 years ago

CesareAriatta commented 11 years ago

Do the following sequence to provoke an unexpected case on Timestamp checking on saving.

1) In one tab do a search, example "16109400", goto into detail and note price = "608.62"

2) In other tab do a search, example "16109400", goto into detail and note price = "608.62"

3) In first tab, edit and change the price to 1000,00, now save

4) In second tab, edit and note correctly the new price = 1000 change the price to 2000,00, now save and note wrongly that program say problem on Timestamp.

-) it is not ok, the second edit is working on fresh new data

In V1 the above works correctly. In V2 the above works wrongly.

image