Make it easy to select branch owner as recipe owner when creating recipe
Bug #670431 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Aaron Bentley |
Bug Description
When I create a recipe, there are two natural choices as to who should own it:
1. Me
2. The owner of the branch I'm basing the recipe on
All of the other teams I'm in are very unlikely to actually be relevant. The UI for selecting recipe owner should make it easy to select either myself or the owner of the branch I'm basing the recipe on, perhaps in a way similar to selecting the target branch of a merge proposal.
Related branches
lp://qastaging/~abentley/launchpad/select-owner
- Gavin Panella (community): Approve
- Curtis Hovey (community): Approve (ui)
- Guilherme Salgado (community): Approve (ui*)
-
Diff: 477 lines (+205/-108)4 files modifiedlib/canonical/widgets/suggestion.py (+169/-103)
lib/lp/code/browser/branch.py (+1/-1)
lib/lp/code/browser/sourcepackagerecipe.py (+2/-1)
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+33/-3)
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I assume you don't want people to be able to select the owner if they are not a member of the owner?