Distribution source package tooltip in bugtask table shows most recent SPPH in any series
Bug #279513 reported by
William Grant
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
A distribution source package row of a bugtask table has a tooltip giving information about the latest upload of a package. Unfortunately this is really the latest upload - even if that happens to be a security upload to Dapper. I'm not likely to want to know about that.
It should probably show the getCurrentSourc
Related branches
lp://staging/~lifeless/launchpad/bug-279513
On hold
for merging
into
lp://staging/launchpad
- j.c.sackett (community): Approve
- William Grant (community): Approve (code*)
-
Diff: 427 lines (+63/-173)11 files modifiedlib/lp/bugs/browser/bugtask.py (+28/-15)
lib/lp/bugs/browser/tests/bugtask-target-link-titles.txt (+4/-2)
lib/lp/bugs/stories/bugs/xx-bug-index.txt (+15/-3)
lib/lp/registry/browser/product.py (+2/-2)
lib/lp/registry/interfaces/distribution.py (+0/-19)
lib/lp/registry/model/distribution.py (+0/-58)
lib/lp/registry/model/distributionsourcepackage.py (+4/-2)
lib/lp/registry/tests/test_distribution.py (+0/-66)
lib/lp/registry/tests/test_distroseries.py (+5/-5)
lib/lp/soyuz/doc/closing-bugs-from-changelogs.txt (+4/-1)
lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt (+1/-0)
Changed in malone: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: ui |
summary: |
Distribution source package tooltip in bugtask table shows most recent - SPP + SPPH |
description: | updated |
Changed in launchpad: | |
assignee: | nobody → Robert Collins (lifeless) |
status: | Triaged → In Progress |
Changed in launchpad: | |
assignee: | Robert Collins (lifeless) → nobody |
status: | In Progress → Triaged |
To post a comment you must log in.
Hi William,
can you give a bug as an example? What's SPP? Source Package published?
Thanks for the report.