mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 12:57:59 +00:00
ff
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
parent
be8503ff9a
commit
61072823b3
@ -703,7 +703,9 @@ export async function getDocumentMetaTitle (
|
||||
|
||||
if (object === undefined) return ''
|
||||
|
||||
return object.title
|
||||
const hint = await translate(documentsResources.string.LatestVersionHint, {})
|
||||
|
||||
return object.title + ` (${hint})`
|
||||
}
|
||||
|
||||
export async function controlledDocumentReferenceObjectProvider (
|
||||
|
Loading…
Reference in New Issue
Block a user