mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
UBERF-4396 List header does not select items in sub categories (#4082)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
parent
a3dcfe8f6c
commit
af575fa7f8
@ -201,7 +201,7 @@
|
||||
const smap = new Map(selected.map((it) => [it._id, it]))
|
||||
newSelection = newSelection.filter((it) => !smap.has(it._id))
|
||||
} else {
|
||||
for (const s of items) {
|
||||
for (const s of itemsProj) {
|
||||
if (!selectionIds.has(s._id)) {
|
||||
newSelection.push(s)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user