Incorrect owner after recipe creation
Bug #602386 reported by
Severin H
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Tim Penhey |
Bug Description
When creating a recipe, the form allows the user to select the owner of the future recipe. However, no matter what owner is selected (e.g. a team), after the creation of the recipe, it will still be owned by the person currently logged in, rather that the selected entity. It's possible to work around this bug by changing the owner afterwards, which works as expected.
Related branches
lp://qastaging/~thumper/launchpad/recipe-owner
- Michael Hudson-Doyle: Approve
-
Diff: 90 lines (+42/-2)3 files modifiedlib/lp/code/browser/sourcepackagerecipe.py (+1/-1)
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+34/-0)
lib/lp/testing/factory.py (+7/-1)
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in launchpad-code: | |
status: | Triaged → In Progress |
assignee: | nobody → Tim Penhey (thumper) |
Changed in launchpad-code: | |
status: | In Progress → Fix Committed |
milestone: | none → 10.08 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11226 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11226>.