mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
UBERF-4248: Task type (#4042)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -75,9 +75,6 @@
|
||||
groupDepth: viewlet.viewOptions?.groupDepth
|
||||
}
|
||||
|
||||
if (classes.length > 1) {
|
||||
mergedModel.groupBy.push('_class')
|
||||
}
|
||||
for (const ev of extraViewlets) {
|
||||
mergedModel.groupBy.push(...(ev.viewOptions?.groupBy ?? []))
|
||||
mergedModel.orderBy.push(...(ev.viewOptions?.orderBy ?? []))
|
||||
|
||||
Reference in New Issue
Block a user