Skip to content

Commit 6c592c7

Browse files
committed
Catch "IESG process started in state" state change too for figuring
out the state date - Legacy-Id: 3944
1 parent 1e9920f commit 6c592c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/idrfc/idrfc_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ def state_date(self):
469469
Q(desc__istartswith="State Changes to ")|
470470
Q(desc__istartswith="Sub state has been changed to ")|
471471
Q(desc__istartswith="State has been changed to ")|
472-
Q(desc__istartswith="IESG has approved and state has been changed to")).order_by('-time')[0].time.date()
473-
472+
Q(desc__istartswith="IESG has approved and state has been changed to")|
473+
Q(desc__istartswith="IESG process started in state")).order_by('-time')[0].time.date()
474474
return self._idinternal.comments().filter(
475475
Q(comment_text__istartswith="Draft Added by ")|
476476
Q(comment_text__istartswith="Draft Added in state ")|

0 commit comments

Comments
 (0)