mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 07:10:02 +00:00
QFIX: Pass isDerived to apply (#7001)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
453be085fc
commit
001b2dd0d6
@ -314,7 +314,7 @@ export class TxOperations implements Omit<Client, 'notify'> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
apply (scope?: string, measure?: string): ApplyOperations {
|
apply (scope?: string, measure?: string): ApplyOperations {
|
||||||
return new ApplyOperations(this, scope, measure)
|
return new ApplyOperations(this, scope, measure, this.isDerived)
|
||||||
}
|
}
|
||||||
|
|
||||||
async diffUpdate<T extends Doc = Doc>(
|
async diffUpdate<T extends Doc = Doc>(
|
||||||
|
Loading…
Reference in New Issue
Block a user