Inline dupe finder doesn't work for ubuntu/+filebug/?no-redirect
Bug #497096 reported by
Graham Binns
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns |
Bug Description
What happens:
Try visiting https:/
What should happen:
The inline dupe finder should still be set up for Ubuntu.
Related branches
lp://qastaging/~gmb/launchpad/ubuntu-filebug-dupefinder-bug-497096
- Gavin Panella (community): Approve
- Данило Шеган (community): Approve (release-critical)
- Gavin Panella: Pending (code) requested
-
Diff: 112 lines (+48/-25)2 files modifiedlib/lp/bugs/browser/bugtarget.py (+34/-25)
lib/lp/bugs/stories/guided-filebug/xx-ubuntu-filebug.txt (+14/-0)
tags: | added: story-ajaxify-dupe-finder |
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ah, this appears to be because ubuntu/ +filebug- inline- form gets redirected to the wiki like +filebug does, whether or not the no-redirect parameter is passed. Because the JS can't load +filebug- inline- form it doesn't try to set up the inline dupe finder.
The simplest way to fix this, then, is to disable that redirect.