Skip to content

Commit d49f761

Browse files
committed
Fix missing case in wrapper
- Legacy-Id: 2713
1 parent 224e3f6 commit d49f761

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
@@ -418,6 +418,7 @@ def state_date(self):
418418
return self._idinternal.comments().filter(
419419
Q(comment_text__istartswith="Draft Added by ")|
420420
Q(comment_text__istartswith="Draft Added in state ")|
421+
Q(comment_text__istartswith="Draft added in state ")|
421422
Q(comment_text__istartswith="State changed to ")|
422423
Q(comment_text__istartswith="State Changes to ")|
423424
Q(comment_text__istartswith="Sub state has been changed to ")|

0 commit comments

Comments
 (0)