There was an error while loading. Please reload this page.
1 parent 1e9920f commit 6c592c7Copy full SHA for 6c592c7
1 file changed
ietf/idrfc/idrfc_wrapper.py
@@ -469,8 +469,8 @@ def state_date(self):
469
Q(desc__istartswith="State Changes to ")|
470
Q(desc__istartswith="Sub state has been changed to ")|
471
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
-
+ Q(desc__istartswith="IESG has approved and state has been changed to")|
+ Q(desc__istartswith="IESG process started in state")).order_by('-time')[0].time.date()
474
return self._idinternal.comments().filter(
475
Q(comment_text__istartswith="Draft Added by ")|
476
Q(comment_text__istartswith="Draft Added in state ")|
0 commit comments