Dependent branch list is empty
Bug #496056 reported by
William Grant
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Colin Watson |
Bug Description
The "_1 branch_ dependent on this one" text on https:/
The link text is correct -- https:/
Related branches
lp:~cjwatson/launchpad/dependent-merges
- William Grant (community): Approve (code)
-
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: | |
importance: | Medium → Low |
Changed in launchpad: | |
assignee: | nobody → Colin Watson (cjwatson) |
status: | Triaged → In Progress |
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 |
To post a comment you must log in.
importance medium
status triaged
The page that it used to link to is gone, and page it does point to
incorrectly filters the branches.