Skip to content

Commit

Permalink
✨ add document.verschijningsvorm property
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Aug 17, 2023
1 parent 974044c commit dfd5610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drc_cmis/utils/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def make_enkelvoudiginformatieobject_dataclass(cmis_doc, dataclass, skip_deleted
),
versie=cmis_doc.versie,
locked=bool(cmis_doc.versionSeriesCheckedOutId),
verschijningsvorm=cmis_doc.verschijningsvorm,
)


Expand Down
1 change: 1 addition & 0 deletions drc_cmis/utils/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"verwijderd": None,
"begin_registratie": None,
"lock": None,
"verschijningsvorm": None,
"kopie_van": None,
}

Expand Down
1 change: 1 addition & 0 deletions drc_cmis/webservice/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class EnkelvoudigInformatieObject:
lock: str
uuid: str
integriteit_algoritme: str
verschijningsvorm: str
kopie_van: str


Expand Down

0 comments on commit dfd5610

Please sign in to comment.