the 1.0 register a blueprint button is showing on a 3.0 page
Bug #456974 reported by
Curtis Hovey
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Unassigned |
Bug Description
The blueprint index page for a project has the obsolete button. There is a link in the action menu, so the button has no purpose.
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: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Fixed in launchpad devel r9880.