Not obvious how to remove a bug's duplicate marking
Bug #50108 reported by
Kenny Duffus
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Ian Booth |
Bug Description
The current method of saying that a bug marked as a duplicate is not actually a duplicate is to click the edit button next to "Duplicate of bug #NNN", delete the number from the text field, and click the checkmark button. This is quite unintuitive.
(An alternative design is shown in <https:/
(Fixing this bug would also fix bug 133622.)
Related branches
lp://staging/~wallyworld/launchpad/remove-dupe-link-133622
- Curtis Hovey (community): Approve (code)
-
Diff: 337 lines (+142/-9)7 files modifiedlib/lp/bugs/browser/bug.py (+25/-2)
lib/lp/bugs/browser/tests/test_bug_views.py (+52/-0)
lib/lp/bugs/javascript/bug_picker.js (+36/-1)
lib/lp/bugs/javascript/bugtask_index.js (+1/-0)
lib/lp/bugs/javascript/tests/test_duplicates.js (+23/-1)
lib/lp/bugs/stories/bugs/xx-duplicate-of-private-bug.txt (+1/-1)
lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt (+4/-4)
description: | updated |
Changed in launchpad: | |
importance: | Untriaged → Medium |
status: | Unconfirmed → Confirmed |
description: | updated |
description: | updated |
Changed in malone: | |
assignee: | nobody → gmb |
status: | Confirmed → In Progress |
description: | updated |
Changed in malone: | |
assignee: | Graham Binns (gmb) → nobody |
Changed in launchpad: | |
importance: | Medium → Low |
tags: | added: easy |
tags: | added: bug-links |
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Ian Booth (wallyworld) |
tags: | added: disclosu |
tags: |
added: disclosure removed: disclosu |
Changed in launchpad: | |
status: | In Progress → Fix Committed |
tags: |
added: confusing-ui privacy-transitions qa-ok removed: easy |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Graham, is this really in progress?