Skip to content

Commit feab9fb

Browse files
authored
fix: Fix state order in AD dashboard and colorize some more trends (ietf-tools#4518)
1 parent 9162302 commit feab9fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/doc/views_search.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ def ad_workload(request):
493493
for id, (g, uig) in enumerate(
494494
[
495495
("Publication Requested Internet-Draft", False),
496-
("Waiting for Writeup Internet-Draft", False),
497496
("AD Evaluation Internet-Draft", False),
498-
("In Last Call Internet-Draft", None),
499-
("IESG Evaluation - Defer Internet-Draft", None),
497+
("In Last Call Internet-Draft", True),
498+
("Waiting for Writeup Internet-Draft", False),
499+
("IESG Evaluation - Defer Internet-Draft", False),
500500
("IESG Evaluation Internet-Draft", True),
501501
("Waiting for AD Go-Ahead Internet-Draft", False),
502502
("Approved-announcement to be sent Internet-Draft", True),
@@ -528,9 +528,9 @@ def ad_workload(request):
528528
for id, (g, uig) in enumerate(
529529
[
530530
("Publication Requested Status Change", False),
531-
("Waiting for Writeup Status Change", False),
532531
("AD Evaluation Status Change", False),
533-
("In Last Call Status Change", None),
532+
("In Last Call Status Change", True),
533+
("Waiting for Writeup Status Change", False),
534534
("IESG Evaluation Status Change", True),
535535
("Waiting for AD Go-Ahead Status Change", False),
536536
]

0 commit comments

Comments
 (0)