Catch "IESG process started in state" state change too for figuring

out the state date
 - Legacy-Id: 3944
This commit is contained in:
Ole Laursen 2012-02-22 11:08:43 +00:00
parent 1e9920fac1
commit 6c592c7cc6

View file

@ -469,8 +469,8 @@ class IetfProcessData:
Q(desc__istartswith="State Changes to ")|
Q(desc__istartswith="Sub state has been changed to ")|
Q(desc__istartswith="State has been changed to ")|
Q(desc__istartswith="IESG has approved and state has been changed to")).order_by('-time')[0].time.date()
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()
return self._idinternal.comments().filter(
Q(comment_text__istartswith="Draft Added by ")|
Q(comment_text__istartswith="Draft Added in state ")|