Skip to content

Commit 1c8c87f

Browse files
committed
Remove search for "IESG has approved and state has been changed to"
from state change doc event searches, these have been split up by a migration and no longer exist - Legacy-Id: 6424
1 parent 75a2c9b commit 1c8c87f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/doc/templatetags/ballot_icon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def state_age_colored(doc):
173173
Q(desc__istartswith="State Changes to ")|
174174
Q(desc__istartswith="Sub state has been changed to ")|
175175
Q(desc__istartswith="State has been changed to ")|
176-
Q(desc__istartswith="IESG has approved and state has been changed to")|
177176
Q(desc__istartswith="IESG process started in state")
178177
).order_by('-time')[0].time.date()
179178
except IndexError:

0 commit comments

Comments
 (0)