ajax bug assign widget does not update the edit for behind the expander
Bug #734610 reported by
Andrew Bennetts
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
On <https:/
1. clicked the “Unassigned” edit icon (in the “Assigned to” column), and assigned that bug to me
2. decided to increase the Importance and add a comment explaining why, so I clicked the little expander arrow at the left of the table row, and set the Importance, added a comment, and clicked “Save changes”
3. upon reloading the bug page the bug was unassigned
I suspect the problem is that the AJAXy goodness for the inline editing of the “Assigned to” cell doesn't update the fields in the form revealed by the expander arrow. Possibly the other fields (Importance, Status, Milestone) have the same issue.
summary: |
- Commenting on bug task after assigning to me unassigns + ajax assign widget does not update the hidden form |
summary: |
- ajax assign widget does not update the hidden form + ajax bug assign widget does not update the edit for behind the expander |
To post a comment you must log in.
Another way of thinking about it is that submissions of that form overwrite all fields rather than changing a delta. If we included the original values as hidden fields we could detect unaltered fields and fix this more solidly. Probably we can make the zope form machinery do that.