Bug assignee list searches users of all launchpad projects
Bug #172702 reported by
Bryce Harrington
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
William Grant |
Bug Description
When assigning bugs to people in a project (say, http://
In SourceForge, this issue is addressed by limiting the assignees list to people who are a member of the given project. Presumably something similar could be done for Launchpad projects?
As Launchpad scales up with more users and more projects, this issue will likely become more prevalent.
Related branches
lp://staging/~wgrant/launchpad/picker-sorting
- j.c.sackett (community): Approve
-
Diff: 352 lines (+176/-16)5 files modifiedlib/lp/bugs/javascript/bugtask_index.js (+2/-2)
lib/lp/registry/tests/test_person_vocabularies.py (+99/-4)
lib/lp/registry/tests/test_product_vocabularies.py (+26/-0)
lib/lp/registry/vocabularies.py (+45/-10)
lib/lp/services/features/flags.py (+4/-0)
Changed in malone: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in launchpad: | |
assignee: | nobody → Launchpad Teal Squad (launchpad-teal-squad) |
Changed in launchpad: | |
status: | Triaged → In Progress |
Changed in launchpad: | |
assignee: | Launchpad Teal Squad (launchpad-teal-squad) → William Grant (wgrant) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It's not really the same, but do you think bug #138500 is sufficient to allay your concerns?