kutting / msexcel-builder

A simple and fast library to create MS Office Excel(>2007) xlsx files.
MIT License
0 stars 0 forks source link

Save Events when Potential Event Conflict #15

Closed kutting closed 8 years ago

kutting commented 9 years ago

When saving changes to an event, where there is another event that is considered to be a conflict, a popup dialog comes up asking the user if they really want to save this event. When this happens, and the user clicks on the orange Save button, sometimes the changes are actually saved, but sometimes they aren't. Testing today in prod, my experience was that the save occurred roughly one out of three times. Event ID is 3474 (Mog Mile conflicts with 9/11 in Washington DC)

kutting commented 9 years ago

Had a really hard time reproducing this today (8/26). Alarmingly, Andy demonstrated that when he edited a Featured Event Type, it was consistently coming up with the wrong info in the fields, but even the wrong data was inconsistent (sometimes the Description showed up, sometimes not). I went back to his computer after a couple of minutes, opened Developer Tools, and the bug no longer manifested.

kutting commented 8 years ago

Tested again today and was unable to create the error; 3474 saved every time. I remember changing something a while back that I thought might fix this problem. I think it was related to the UpdateDt field on the table. And/or maybe it was related to pulling the "select" of the result set prior to the logging code.