Skip to content

Commit 4faace8

Browse files
committed
Merged [2622] from suresh.krishnan@ericsson.com:
Adding the last call e-mail to the history of the draft. - Legacy-Id: 2636 Note: SVN reference [2622] has been migrated to Git commit 1b42e79
1 parent 23cfcbe commit 4faace8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)