Skip to content

Commit 2ff2d79

Browse files
committed
Merged in [8210] from rjsparks@nostrum.com:\n Default the responsible AD for an initial charter or recharter document to the responsible AD for the group. Fixes ticket ietf-tools#1451.
- Legacy-Id: 8316 Note: SVN reference [8210] has been migrated to Git commit 77ddbbe
1 parent cbb5b84 commit 2ff2d79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/doc/views_charter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ def submit(request, name=None, option=None):
416416
# Save file on disk
417417
form.save(group, charter.rev)
418418

419+
if option in ['initcharter','recharter'] and charter.ad == None:
420+
charter.ad = group.ad
421+
419422
charter.time = datetime.datetime.now()
420423
charter.save()
421424

0 commit comments

Comments
 (0)