Skip to content

Commit 6ae0baf

Browse files
committed
Additional fix for issue ietf-tools#367.
- Legacy-Id: 2484
1 parent 0461ca0 commit 6ae0baf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idrfc/idrfc_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def state_date(self):
417417
return self._idinternal.comments().filter(
418418
Q(comment_text__istartswith="Draft Added by ")|
419419
Q(comment_text__istartswith="Draft Added in state ")|
420+
Q(comment_text__istartswith="State changed to ")|
420421
Q(comment_text__istartswith="State Changes to ")|
421422
Q(comment_text__istartswith="Sub state has been changed to ")|
422423
Q(comment_text__istartswith="State has been changed to ")|

0 commit comments

Comments
 (0)