Skip to content

Commit 1b42e79

Browse files
Adding the last call e-mail to the history of the draft.
- Legacy-Id: 2622
1 parent 276d13c commit 1b42e79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

suresh/ietf/idrfc/utils.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ def log_state_changed(request, doc, by, email_watch_list=True):
4545
c.public_flag = True
4646
c.version = doc.revision_display()
4747
c.comment_text = change
48+
49+
if doc.idinternal.docstate()=="In Last Call":
50+
c.comment_text += "\n\n<b>The following Last Call Announcement was sent out:</b>\n\n"
51+
c.comment_text += doc.idinternal.ballot.last_call_text
52+
53+
4854
if isinstance(by, IESGLogin):
4955
c.created_by = by
5056
c.result_state = doc.idinternal.cur_state

0 commit comments

Comments
 (0)