mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-26 01:53:19 +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,
|
||||
getControlledDocumentTitle,
|
||||
getDocumentMetaLinkFragment,
|
||||
getDocumentMetaTitle,
|
||||
getVisibleFilters,
|
||||
isFolder,
|
||||
renameFolder,
|
||||
@ -457,7 +456,6 @@ export default async (): Promise<Resources> => ({
|
||||
CanPrintDocument: canPrintDocument,
|
||||
DocumentIdentifierProvider: documentIdentifierProvider,
|
||||
ControlledDocumentTitleProvider: getControlledDocumentTitle,
|
||||
DocumentMetaTitleProvider: getDocumentMetaTitle,
|
||||
Comment: comment,
|
||||
IsCommentVisible: isCommentVisible
|
||||
},
|
||||
|
@ -246,7 +246,6 @@ export default mergeIds(documentsId, documents, {
|
||||
CanOpenDocument: '' as Resource<(doc?: Doc | Doc[]) => Promise<boolean>>,
|
||||
CanPrintDocument: '' 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>>,
|
||||
DocumentMetaTitleProvider: '' as Resource<(client: Client, ref: Ref<Doc>, doc?: Doc) => Promise<string>>
|
||||
ControlledDocumentTitleProvider: '' as Resource<(client: Client, ref: Ref<Doc>, doc?: Doc) => Promise<string>>
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user