Skip to content

Commit 77ddbbe

Browse files
committed
Default the responsible AD for an initial charter or recharter document to the responsible AD for the group. Fixes ticket ietf-tools#1451. Commit ready for merge.
- Legacy-Id: 8210
1 parent 4aae3ff commit 77ddbbe

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)