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:
Bill Fenner 2007-06-21 18:54:12 +00:00
parent dab52a0993
commit 8749188880

View file

@ -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