Permit editing of bug supervisor and security contact from bug target overview page
Bug #233971 reported by
Eleanor Berger
on 2008-05-22
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Curtis Hovey |
Bug Description
The right hand column of the bug target overview page parallels that of the bugs view, but while in the bugs view there are links to editing the bug supervisor and security contact, the overview page doesn't have them. That's very confusing for users.
Related branches
lp:~sinzui/launchpad/bug-contacts-2
- Edwin Grubbs (community): Approve (code) on 2010-06-03
- Jelmer Vernooij (community): Abstain (code*) on 2010-05-27
-
Diff: 295 lines (+185/-8)4 files modifiedlib/lp/bugs/browser/bugtarget.py (+46/-3)
lib/lp/bugs/browser/configure.zcml (+4/-0)
lib/lp/bugs/browser/tests/test_bugtarget_configure.py (+123/-0)
lib/lp/bugs/browser/tests/test_views.py (+12/-5)
Eleanor Berger (intellectronica)
on 2008-05-22
Changed in malone: | |
assignee: | nobody → intellectronica |
Curtis Hovey (sinzui) wrote : | #2 |
We want to have a link of on the overview page and the bug page to Configure bug tracking.
Changed in malone: | |
assignee: | Tom Berger (intellectronica) → nobody |
milestone: | none → 10.03 |
status: | Confirmed → Triaged |
importance: | Undecided → Low |
Curtis Hovey (sinzui)
on 2010-03-24
Changed in malone: | |
milestone: | 10.03 → 10.04 |
Curtis Hovey (sinzui)
on 2010-03-24
Changed in malone: | |
assignee: | nobody → Registry Team (launchpad-registry) |
Curtis Hovey (sinzui)
on 2010-04-30
Changed in malone: | |
milestone: | 10.04 → 10.05 |
Curtis Hovey (sinzui)
on 2010-05-21
Changed in malone: | |
assignee: | Registry Team (launchpad-registry) → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Curtis Hovey (sinzui) wrote : | #3 |
We now has a link to configure bug tracking on the over view page. I have a branch that adds the bug role fields. We will close this bug when the user can set the bug supervisor and security contact from the new form.
Curtis Hovey (sinzui)
on 2010-05-31
Changed in malone: | |
milestone: | 10.05 → 10.06 |
Curtis Hovey (sinzui)
on 2010-06-05
Changed in malone: | |
status: | In Progress → Fix Committed |
summary: |
- Show 'pencil' link to editing bug supervisor and security contact from - bug target overview page + Permit editing of bug supervisor and security contact from bug target + overview page |
Fixed in stable r10950 <http://
tags: | added: qa-needstesting |
Curtis Hovey (sinzui)
on 2010-06-08
tags: |
added: qa-ok removed: qa-needstesting |
Curtis Hovey (sinzui)
on 2010-07-07
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
In the short run it may make sense to add the links. In the long run I think the solution to this confusion is to (a) not mention the bug supervisor and security contact on a project's Overview page at all (because they're Bugs-specific), and (b) not have an Overview-like table on a project's Bugs page at all. That space on the Bugs page could show so much more interesting information.