diff --git a/ietf/person/utils.py b/ietf/person/utils.py index 51bae8a21..e72926123 100755 --- a/ietf/person/utils.py +++ b/ietf/person/utils.py @@ -34,7 +34,7 @@ def merge_persons(source, target, file=sys.stdout, verbose=False): dedupe_aliases(target) # copy other attributes - for field in ('ascii','ascii_short', 'biography', 'photo', 'photo_thumb', 'name_from_draft'): + for field in ('ascii','ascii_short', 'biography', 'photo', 'photo_thumb', 'name_from_draft', 'consent'): if getattr(source,field) and not getattr(target,field): setattr(target,field,getattr(source,field)) target.save() diff --git a/release-coverage.json.gz b/release-coverage.json.gz index 6315d9ebc..bacc1f290 100644 Binary files a/release-coverage.json.gz and b/release-coverage.json.gz differ