Skip to content

Commit 2c156ec

Browse files
committed
Switch WG/RG state types to say IETF/IRTF as some documents are
handled outside working group - Legacy-Id: 3850
1 parent fc88964 commit 2c156ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

redesign/importing/import-states.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
draft_iesg_type, _ = StateType.objects.get_or_create(slug="draft-iesg", label="IESG state")
2626
draft_iana_type, _ = StateType.objects.get_or_create(slug="draft-iana", label="IANA state")
2727
draft_rfc_type, _ = StateType.objects.get_or_create(slug="draft-rfceditor", label="RFC Editor state")
28-
ietf_type, _ = StateType.objects.get_or_create(slug="draft-stream-ietf", label="WG state")
29-
irtf_type, _ = StateType.objects.get_or_create(slug="draft-stream-irtf", label="RG state")
28+
ietf_type, _ = StateType.objects.get_or_create(slug="draft-stream-ietf", label="IETF state")
29+
irtf_type, _ = StateType.objects.get_or_create(slug="draft-stream-irtf", label="IRTF state")
3030
ise_type, _ = StateType.objects.get_or_create(slug="draft-stream-ise", label="ISE state")
3131
iab_type, _ = StateType.objects.get_or_create(slug="draft-stream-iab", label="IAB state")
3232

0 commit comments

Comments
 (0)