Skip to content

Commit

Permalink
Readd extension to documents
Browse files Browse the repository at this point in the history
Currently the extension is required by the API
  • Loading branch information
buchi committed Jan 15, 2025
1 parent 8ccc356 commit e787466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opengever/exportng/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ class DocumentSyncer(CatalogSyncer):
Attribute('receipt_date', 'gcreceiptdate', 'date', None),
Attribute('delivery_date', 'gcdeliverydate', 'date', None),
Attribute('document_author', 'gcauthor', 'varchar', None),
Attribute('extension', 'extension', 'varchar', get_file_extension),
# Attribute('document_type', 'XXX', 'date', None),
Attribute('preserved_as_paper', 'gcpreservedaspaper', 'boolean', dexterity_field_value),
]
Expand Down

0 comments on commit e787466

Please sign in to comment.