mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 18:27:44 +02:00
merge list categories (#2905)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
const f = await getResource(categoryFunc.action)
|
||||
const res = hierarchy.clone(await f(_class, query, groupByKey, update, queryId, $statusStore))
|
||||
if (res !== undefined) {
|
||||
categories = res
|
||||
categories = Array.from(new Set([...categories, ...res]))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user