Merge lp:~abompard/mailman/link_on_creation into lp:mailman
Proposed by
Aurélien Bompard
Status: | Merged |
---|---|
Merge reported by: | Barry Warsaw |
Merged at revision: | not available |
Proposed branch: | lp:~abompard/mailman/link_on_creation |
Merge into: | lp:mailman |
Diff against target: |
54 lines (+27/-4) 2 files modified
src/mailman/rest/tests/test_users.py (+14/-1) src/mailman/rest/users.py (+13/-3) |
To merge this branch: | bzr merge lp:~abompard/mailman/link_on_creation |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw | Approve | ||
Review via email: mp+225118@code.launchpad.net |
Description of the change
In the REST interface, when creating a user with an existing address, the server currently replies with a Bad Request error. This changes creates the user and links the existing address to it.
A unit test is provided.
To post a comment you must log in.
https:/ /gitlab. com/mailman/ mailman/ merge_requests/ 9