Branch pages currently say "1 recipe based off this branch" even if it's not the base branch
Bug #608135 reported by
Paul Hummer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Paul Hummer |
Bug Description
In the beginning, we had a way of getting all the recipes based off a branch. The query specified base_branch as a where. That must have changed recently, since I now notice that branches that aren't the base_branch are using that method to get recipes they're involved in. This means we need to change the text on the branch page to be "X recipes using this branch."
Maybe we could even be clever and say "This branch is an ingredient in X recipes" :)
Related branches
lp://qastaging/~rockstar/launchpad/recipe-ui-bugs
- Robert Collins (community): Approve
-
Diff: 109 lines (+12/-19)4 files modifiedlib/lp/code/browser/tests/test_sourcepackagerecipe.py (+4/-14)
lib/lp/code/templates/branch-recipes.pt (+1/-1)
lib/lp/code/templates/sourcepackagerecipe-index.pt (+7/-2)
lib/lp/code/templates/sourcepackagerecipebuild-index.pt (+0/-2)
Changed in launchpad-code: | |
status: | Triaged → In Progress |
Changed in launchpad-code: | |
assignee: | nobody → Paul Hummer (rockstar) |
milestone: | none → 10.08 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel 11193