mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Add action to export project documents (#10592)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -125,6 +125,7 @@ export const documentsPlugin = plugin(documentsId, {
|
||||
EditDocSpace: '' as Ref<Action>,
|
||||
TransferDocument: '' as Ref<Action>,
|
||||
ExportDocuments: '' as Ref<Action<Document, any>>,
|
||||
ExportProjectDocuments: '' as Ref<Action<Document, any>>,
|
||||
ExportDocumentsFromSpace: '' as Ref<Action<DocumentSpace, any>>,
|
||||
Print: '' as Ref<Action<Doc, { signed: boolean }>>,
|
||||
PrintProjectDocument: '' as Ref<Action<Doc, { signed: boolean }>>,
|
||||
|
||||
Reference in New Issue
Block a user