diff --git a/tabellio/documents/dossier.py b/tabellio/documents/dossier.py index df380cf..ef3c2f6 100644 --- a/tabellio/documents/dossier.py +++ b/tabellio/documents/dossier.py @@ -114,6 +114,8 @@ class IDossier(form.Schema): source=ObjPathSourceBinder())) histolines = schema.List(title=_(u'Historic Lines'), value_type=HistoLine()) + adopted = schema.Bool(title=_(u'Adopted'), required=False, default=False) + decreted = schema.Bool(title=_(u'Decreted'), required=False, default=False) class Dossier(Item, BasePublication): implements(IDossier, IHasRelations) diff --git a/tabellio/documents/profiles/default/catalog.xml b/tabellio/documents/profiles/default/catalog.xml index 8083bb6..96c2c4b 100644 --- a/tabellio/documents/profiles/default/catalog.xml +++ b/tabellio/documents/profiles/default/catalog.xml @@ -39,6 +39,12 @@ + + + + + + @@ -53,5 +59,7 @@ + +