Pseudo-documents need primary_flag=1 to get rendered as though
they're the primary in their document set. - Legacy-Id: 594
This commit is contained in:
parent
dab52a0993
commit
8749188880
|
@ -882,5 +882,6 @@ class DocumentWrapper(object):
|
|||
docstate = "I-D Exists"
|
||||
cur_state = "I-D Exists"
|
||||
cur_state_id = 100
|
||||
primary_flag = 1
|
||||
def __init__(self, document):
|
||||
self.document = document
|
||||
|
|
Loading…
Reference in a new issue