mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
UBERF-8856: Fix space security query and schema update (#7413)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -283,7 +283,7 @@ export function convertDoc<T extends Doc> (
|
||||
modifiedOn: doc.modifiedOn,
|
||||
createdOn: doc.createdOn ?? doc.modifiedOn,
|
||||
_class: doc._class,
|
||||
'%hash%': (doc as any)['%hash%'] ?? null
|
||||
'%hash%': (doc as any)['%hash%'] ?? Date.now().toString(16)
|
||||
}
|
||||
const remainingData: Partial<T> = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user