Dependent branch list is empty
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Launchpad itself |
Low
|
Colin Watson | ||
Bug Description
The "_1 branch_ dependent on this one" text on https:/
The link text is correct -- https:/
Related branches
- William Grant: Approve (code) on 2015-10-14
-
Diff: 539 lines (+222/-20)17 files modifiedlib/lp/code/browser/branchmergeproposallisting.py (+10/-0)
lib/lp/code/browser/configure.zcml (+12/-0)
lib/lp/code/browser/tests/test_branchmergeproposallisting.py (+57/-0)
lib/lp/code/interfaces/branch.py (+4/-0)
lib/lp/code/interfaces/branchcollection.py (+5/-3)
lib/lp/code/interfaces/gitcollection.py (+8/-1)
lib/lp/code/interfaces/gitref.py (+4/-0)
lib/lp/code/model/branch.py (+13/-0)
lib/lp/code/model/branchcollection.py (+12/-6)
lib/lp/code/model/gitcollection.py (+18/-6)
lib/lp/code/model/gitref.py (+15/-0)
lib/lp/code/model/tests/test_branch.py (+14/-0)
lib/lp/code/model/tests/test_branchcollection.py (+12/-1)
lib/lp/code/model/tests/test_gitcollection.py (+27/-1)
lib/lp/code/model/tests/test_gitref.py (+9/-0)
lib/lp/code/templates/branch-pending-merges.pt (+1/-1)
lib/lp/code/templates/gitref-pending-merges.pt (+1/-1)
| Changed in launchpad-code: | |
| importance: | Undecided → Medium |
| status: | New → Triaged |
| Changed in launchpad: | |
| importance: | Medium → Low |
| Albert Astals Cid (aacid) wrote : | #2 |
A different branch to reproduce since the one listed above doesn't seem to be reproducible anymore
https:/
has a "1 branch dependent on this one. " too but also links to an empty page.
| Colin Watson (cjwatson) wrote : | #3 |
For any archaeologists, I think this was broken in r9478 as part of a rearrangement of various code pages.
| Changed in launchpad: | |
| assignee: | nobody → Colin Watson (cjwatson) |
| status: | Triaged → In Progress |
| Launchpad QA Bot (lpqabot) wrote : | #4 |
Fixed in stable r17820 <http://
| tags: | added: qa-needstesting |
| Changed in launchpad: | |
| status: | In Progress → Fix Committed |
| tags: |
added: qa-ok removed: qa-needstesting |
| Changed in launchpad: | |
| status: | Fix Committed → Fix Released |
| Changed in launchpad: | |
| status: | Fix Released → Fix Committed |
| Changed in launchpad: | |
| status: | Fix Committed → Fix Released |

importance medium
status triaged
The page that it used to link to is gone, and page it does point to
incorrectly filters the branches.