Simplified the edit nominee form. Replaced the merge nominee form with a request to the secretariat to merge Person records. Fixes #1847. Added merging nominees to the secretariat's person merging script. Restructured the person merging script to make it testable. Updated some tests to match changes to the mailtriggers that hadn't made it to the fixtures. - Legacy-Id: 10625
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
The following Person records have been identified by the NomCom chair as potential duplicates.
|
|
|
|
The following records:{% for p in duplicate_persons %}
|
|
{{p.name}} ({{p.id}}) [{{p.email_set.all|join:", "}}]{% endfor %}
|
|
|
|
appear to be duplicates of this person (which should be kept)
|
|
{{primary_person.name}} ({{primary_person.id}}) [{{primary_person.email_set.all|join:", "}}]
|
|
|
|
Please verify that these are indeed duplicates, and if so, merge them.
|
|
|
|
Thanks in advance.
|