When a branch is linked to a bug inline, the list of link branches should update automatically.
Bug #455340 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:
When you link a branch to a bug on the bug page, the list of branches doesn't update.
What should happen:
The list of branches should be updated with the new branch.
Related branches
lp://qastaging/~gmb/launchpad/ajaxify-branch-linking-update-branches
- Eleanor Berger (community): Approve (code)
-
Diff: 1212 lines20 files modifiedlib/canonical/launchpad/javascript/bugs/bugtask-index.js (+51/-4)
lib/lp/bugs/browser/bugbranch.py (+20/-1)
lib/lp/bugs/browser/configure.zcml (+9/-0)
lib/lp/bugs/stories/guided-filebug/xx-project-guided-filebug.txt (+1/-1)
lib/lp/bugs/templates/bug-branch.pt (+23/-0)
lib/lp/bugs/templates/bugtask-index.pt (+13/-22)
lib/lp/code/browser/branchlisting.py (+65/-23)
lib/lp/code/browser/tests/test_branchlisting.py (+23/-0)
lib/lp/code/interfaces/branch.py (+5/-5)
lib/lp/code/model/branch.py (+6/-2)
lib/lp/code/stories/branches/xx-branch-merge-proposals.txt (+0/-1)
lib/lp/code/templates/branchmergeproposal-index.pt (+6/-0)
lib/lp/code/templates/branchmergeproposal-pagelet-summary.pt (+0/-7)
lib/lp/registry/browser/configure.zcml (+1/-1)
lib/lp/registry/browser/packaging.py (+8/-5)
lib/lp/registry/browser/productseries.py (+57/-81)
lib/lp/registry/browser/tests/productseries-views.txt (+132/-0)
lib/lp/registry/stories/distribution/xx-distributionsourcepackage-packaging.txt (+0/-45)
lib/lp/registry/stories/packaging/xx-ubuntu-pkging.txt (+0/-136)
lib/lp/registry/templates/productseries-ubuntupkg.pt (+41/-46)
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r9757 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 9757>