Page that links blueprint to bug report says "question" instead of "blueprint"
Bug #456192 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
When I go to a blueprint page and from there click on to linking a bug report, I get to
https:/
The heading and title for this page say "Link question to a bug report" and "Link question #12345 to a bug report," respectively. That should be blueprint, not question.
Related branches
lp://qastaging/~sinzui/launchpad/blueprints-ui
- Graham Binns (community): Approve (code)
- Martin Albisetti: Pending (ui) requested
-
Diff: 1065 lines (+307/-189)28 files modifiedlib/canonical/launchpad/pagetitles.py (+0/-2)
lib/lp/blueprints/browser/configure.zcml (+2/-0)
lib/lp/blueprints/browser/specification.py (+44/-48)
lib/lp/blueprints/browser/specificationtarget.py (+32/-12)
lib/lp/blueprints/browser/sprint.py (+16/-3)
lib/lp/blueprints/browser/tests/test_menus.py (+40/-0)
lib/lp/blueprints/browser/tests/test_specificationtarget.py (+93/-0)
lib/lp/blueprints/stories/blueprints/01-creation.txt (+5/-32)
lib/lp/blueprints/stories/blueprints/02-buglinks.txt (+1/-1)
lib/lp/blueprints/stories/sprints/05-sprint-creation.txt (+2/-1)
lib/lp/blueprints/stories/standalone/subscribing.txt (+2/-2)
lib/lp/blueprints/templates/hasspecifications-specs.pt (+14/-19)
lib/lp/blueprints/templates/specification-index.pt (+1/-13)
lib/lp/blueprints/templates/specificationtarget-documentation.pt (+3/-4)
lib/lp/blueprints/templates/sprint-portlet-attendees.pt (+1/-1)
lib/lp/blueprints/templates/sprint-register.pt (+4/-0)
lib/lp/bugs/browser/buglinktarget.py (+7/-16)
lib/lp/bugs/browser/tests/buglinktarget-views.txt (+20/-4)
lib/lp/coop/answersbugs/stories/question-buglink.txt (+1/-1)
lib/lp/registry/browser/distribution.py (+1/-1)
lib/lp/registry/browser/distroseries.py (+3/-1)
lib/lp/registry/browser/person.py (+1/-0)
lib/lp/registry/browser/product.py (+1/-1)
lib/lp/registry/browser/productseries.py (+3/-1)
lib/lp/registry/browser/project.py (+1/-1)
lib/lp/registry/browser/tests/product-menus.txt (+3/-23)
lib/lp/testing/factory.py (+3/-2)
lib/lp/testing/menu.py (+3/-0)
Changed in blueprint: | |
milestone: | 3.1.10 → 3.1.11 |
Changed in blueprint: | |
status: | Triaged → In Progress |
assignee: | nobody → Curtis Hovey (sinzui) |
To post a comment you must log in.
I am certain that blueprint and questions share the same view for linking to bugs. The view needs to be smarter by testing he context type, or the views can be subclassed.