Two consecutive AJAX edits do not trigger an RCU error/and miss an email diff
Bug #750360 reported by
Paul Sladen
This bug report is a duplicate of:
Bug #28459: Multiple people editing any object in Launchpad may overwrite the other persons changes (via mid-air collisions).
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Observed from bug #750283:
1. Two edits are made at also the same point in time (comment #2 by didrocks, and unnumbered description update #2.1 by sladen)
2. The second of these AJAX submits tramps the first, without erroring
3. No emailed diff appears to have been generated for the first edit
Ideally:
1. Audit emails need to always be sent, even if there are two close edits by different users
2. The AJAX interfaces needs to use a RCU and ensure that it errors if the commits are incompatible.
The email part could well be related to the recent tweak:
summary: |
- Two consecutive AJAX edits do not trigger an RCU error + Two consecutive AJAX edits do not trigger an RCU error/and dump a email + diff |
summary: |
- Two consecutive AJAX edits do not trigger an RCU error/and dump a email + Two consecutive AJAX edits do not trigger an RCU error/and miss an email diff |
description: | updated |
tags: | added: confusing-ui email javascript |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
I'm pretty sure this is a dupe of the in-flight collsions bug, but I
don't have its number handy.