Merge lp://qastaging/~thumper/launchpad/set-empty-review-type-as-none into lp://qastaging/launchpad
Proposed by
Tim Penhey
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 9960 | ||||
Proposed branch: | lp://qastaging/~thumper/launchpad/set-empty-review-type-as-none | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
173 lines (+86/-31) 2 files modified
lib/lp/code/model/branchmergeproposal.py (+19/-7) lib/lp/code/model/tests/test_branchmergeproposals.py (+67/-24) |
||||
To merge this branch: | bzr merge lp://qastaging/~thumper/launchpad/set-empty-review-type-as-none | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hudson-Doyle | Approve | ||
Review via email: mp+15302@code.qastaging.launchpad.net |
To post a comment you must log in.
The failure to claim team reviews was primarily due to the mismatch between '' and None and the ways that the zope form machinery, the api and the email interface interact.
This branch normalizes the review_type at the model level to avoid this complication.
tests: geProposalNomin ateReviewer
TestBranchMer