changing the master bug of a duplicate bug will make a second 'edit' button appear
Bug #604419 reported by
Philip Muškovac
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Deryck Hodge |
Bug Description
When you go to a duplicate bug and want to switch the master bug using the ajax UI, a second <edit> button appears below the "Duplicate of ..." line. The fist screenshot shows how it looks like before you edit it, the second one shows the 2 edit buttons. Both buttons open the edit dialog.
I'm using edge. ( r11116 beta site )
Related branches
lp://qastaging/~deryck/launchpad/better-dupe-handling-ui
- Paul Hummer (community): Approve (ui)
- Matthew Revell (community): Approve (text)
- Aaron Bentley (community): Approve
-
Diff: 282 lines (+112/-17)6 files modifiedlib/canonical/launchpad/icing/style-3-0.css.in (+6/-0)
lib/lp/bugs/doc/bugactivity.txt (+41/-1)
lib/lp/bugs/javascript/bugtask_index.js (+38/-10)
lib/lp/bugs/model/bug.py (+7/-0)
lib/lp/bugs/templates/bug-portlet-actions.pt (+3/-3)
lib/lp/bugs/windmill/tests/test_mark_duplicate.py (+17/-3)
Changed in malone: | |
status: | Triaged → In Progress |
assignee: | nobody → Deryck Hodge (deryck) |
Changed in malone: | |
milestone: | none → 10.08 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I am working on the duplicate widget for another bug currently, so I can fix this while doing that other work. Thanks for reporting this bug.