~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/person/merge-people.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-05 05:05:42 UTC
  • mfrom: (14632.1.5 implied-account)
  • Revision ID: launchpad@pqm.canonical.com-20120105050542-b4m54slx2mqa8htl
[r=wgrant][no-qa] EmailAddressSet.new now infers account from person
        if not specified explicitly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    >>> foo = PersonSet().getByName('foo')
31
31
    >>> email = EmailAddressSet().new(
32
32
    ...     'bar.foo@canonical.com', person=foo,
33
 
    ...     status=EmailAddressStatus.VALIDATED,
34
 
    ...     account=foo.account)
 
33
    ...     status=EmailAddressStatus.VALIDATED)
35
34
 
36
35
Then we find the duplicate account and request the merge.
37
36
This redirects to the page which displays all email addresses owned by the