Skip to content

Commit

Permalink
Default the responsible AD for an initial charter or recharter docume…
Browse files Browse the repository at this point in the history
…nt to the responsible AD for the group. Fixes ticket #1451. Commit ready for merge.

 - Legacy-Id: 8210
  • Loading branch information
rjsparks committed Jul 25, 2014
1 parent 4aae3ff commit 77ddbbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ietf/doc/views_charter.py
Expand Up @@ -416,6 +416,9 @@ def submit(request, name=None, option=None):
# Save file on disk
form.save(group, charter.rev)

if option in ['initcharter','recharter'] and charter.ad == None:
charter.ad = group.ad

charter.time = datetime.datetime.now()
charter.save()

Expand Down

0 comments on commit 77ddbbe

Please sign in to comment.