Merge lp://qastaging/~gmb/launchpad/ubuntu-filebug-dupefinder-bug-497096 into lp://qastaging/launchpad/db-devel
Proposed by
Graham Binns
Status: | Merged |
---|---|
Approved by: | Gavin Panella |
Approved revision: | no longer in the source branch. |
Merged at revision: | not available |
Proposed branch: | lp://qastaging/~gmb/launchpad/ubuntu-filebug-dupefinder-bug-497096 |
Merge into: | lp://qastaging/launchpad/db-devel |
Diff against target: |
112 lines (+48/-25) 2 files modified
lib/lp/bugs/browser/bugtarget.py (+34/-25) lib/lp/bugs/stories/guided-filebug/xx-ubuntu-filebug.txt (+14/-0) |
To merge this branch: | bzr merge lp://qastaging/~gmb/launchpad/ubuntu-filebug-dupefinder-bug-497096 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Данило Шеган (community) | release-critical | Approve | |
Gavin Panella | code | Pending | |
Review via email: mp+16230@code.qastaging.launchpad.net |
Commit message
The +filebug inline dupe finder will now work for the Ubuntu +filebug form.
To post a comment you must log in.
This branch fixes bug 497096 by moving the Ubuntu +filebug redirect code into FileBugGuidedView, which is where it actually gets used. This means that sundry +filebug views (+filebug- inline- form, +filebug- show-similar and so on) shouldn't redirect, which means that the inline dupe finder will now work.
You can QA this on lp.dev by setting ubuntu_ disable_ filebug to True in configs/ development/ launchpad- lazr.conf and hitting ubuntu/+filebug with ?no-redirect=1 in the query string. The dupe finder should Just Work.