mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +02:00
UBER-438: Use tracker as default for new users/workspaces (#3403)
This commit is contained in:
@@ -123,7 +123,7 @@ export class AggregationMiddleware extends BasePresentationMiddleware implements
|
||||
const mixin = h.classHierarchyMixin(_class, view.mixin.Aggregation)
|
||||
if (mixin?.createAggregationManager !== undefined) {
|
||||
const f = await getResource(mixin.createAggregationManager)
|
||||
mgr = f(this.client, this.refreshSubscribers)
|
||||
mgr = f(this.client, () => this.refreshSubscribers())
|
||||
this.mgrs.set(_class, mgr)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user