Fix for issue : The strings in IdWrapper.state_date() used to find the latest state change were incomplete (a new string was introduced in ietf/idrfc/views_edit.py in [2289]). Add the relevant string to those used in state_date().

- Legacy-Id: 2483
Note: SVN reference [2289] has been migrated to Git commit 7367b9505b7ab8aa2997ac3c547337d0e300bb5f
This commit is contained in:
Henrik Levkowetz 2010-08-17 12:35:54 +00:00
parent fa45244ef2
commit 0461ca0148

View file

@ -416,6 +416,7 @@ class IetfProcessData:
try:
return self._idinternal.comments().filter(
Q(comment_text__istartswith="Draft Added by ")|
Q(comment_text__istartswith="Draft Added in state ")|
Q(comment_text__istartswith="State Changes to ")|
Q(comment_text__istartswith="Sub state has been changed to ")|
Q(comment_text__istartswith="State has been changed to ")|