patrickomni / omnimobileserver

Stubbed repository; using issues lists
0 stars 0 forks source link

Labels - "Successfully changed this resource" msg after exiting edit mode w/ no changes #239

Open davroth opened 9 years ago

davroth commented 9 years ago
  1. browse to https://nettelpong.azurewebsites.net/sv, chrome v43, windows 8.1, login as dave, select Test Fridge
  2. Double click any of the labels (Name column in Summary grid for example) and see an edit box
  3. Click outside the edit box without making any changes and box goes away

Actual - pop up appears saying "Successfully changed this resource"

Expected - pop up saying "No changes made"

Let's check what actually happens here - if we are not saving name of current user and current date/time, then this can be deferred. But if current user and current date/time overwrite existing name/date-time, then we've lost data and we need to fix this in 1.1

davroth commented 9 years ago

Let's check what actually happens here - if we are not saving name of current user and current date/time, then this can be deferred. But if current user and current date/time overwrite existing name/date-time, then we've lost data and we need to fix this in 1.1