We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ae780 commit bf3b1f7Copy full SHA for bf3b1f7
2 files changed
ietf/person/utils.py
@@ -34,7 +34,7 @@ def merge_persons(source, target, file=sys.stdout, verbose=False):
34
dedupe_aliases(target)
35
36
# copy other attributes
37
- 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'):
38
if getattr(source,field) and not getattr(target,field):
39
setattr(target,field,getattr(source,field))
40
target.save()
release-coverage.json.gz
37 Bytes
0 commit comments