mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-28 19:08:01 +00:00
Merge fix
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
329d1f175b
commit
0bfab71501
@ -108,7 +108,6 @@ import {
|
|||||||
getAllDocumentStates,
|
getAllDocumentStates,
|
||||||
getControlledDocumentTitle,
|
getControlledDocumentTitle,
|
||||||
getDocumentMetaLinkFragment,
|
getDocumentMetaLinkFragment,
|
||||||
getDocumentMetaTitle,
|
|
||||||
getVisibleFilters,
|
getVisibleFilters,
|
||||||
isFolder,
|
isFolder,
|
||||||
renameFolder,
|
renameFolder,
|
||||||
@ -457,7 +456,6 @@ export default async (): Promise<Resources> => ({
|
|||||||
CanPrintDocument: canPrintDocument,
|
CanPrintDocument: canPrintDocument,
|
||||||
DocumentIdentifierProvider: documentIdentifierProvider,
|
DocumentIdentifierProvider: documentIdentifierProvider,
|
||||||
ControlledDocumentTitleProvider: getControlledDocumentTitle,
|
ControlledDocumentTitleProvider: getControlledDocumentTitle,
|
||||||
DocumentMetaTitleProvider: getDocumentMetaTitle,
|
|
||||||
Comment: comment,
|
Comment: comment,
|
||||||
IsCommentVisible: isCommentVisible
|
IsCommentVisible: isCommentVisible
|
||||||
},
|
},
|
||||||
|
@ -246,7 +246,6 @@ export default mergeIds(documentsId, documents, {
|
|||||||
CanOpenDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
CanOpenDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
||||||
CanPrintDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
CanPrintDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
||||||
CanTransferDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
CanTransferDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
||||||
ControlledDocumentTitleProvider: '' as Resource<(client: Client, ref: Ref<Doc>, doc?: Doc) => Promise<string>>,
|
ControlledDocumentTitleProvider: '' as Resource<(client: Client, ref: Ref<Doc>, doc?: Doc) => Promise<string>>
|
||||||
DocumentMetaTitleProvider: '' as Resource<(client: Client, ref: Ref<Doc>, doc?: Doc) => Promise<string>>
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user