Skip to content

Commit 8749188

Browse files
committed
Pseudo-documents need primary_flag=1 to get rendered as though
they're the primary in their document set. - Legacy-Id: 594
1 parent dab52a0 commit 8749188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idtracker/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,5 +882,6 @@ class DocumentWrapper(object):
882882
docstate = "I-D Exists"
883883
cur_state = "I-D Exists"
884884
cur_state_id = 100
885+
primary_flag = 1
885886
def __init__(self, document):
886887
self.document = document

0 commit comments

Comments
 (0)