Merge branch 'feature/SUPPORT-9187_remove_ids_filter_for_mo_case' into develop

This commit is contained in:
Булат Хайруллин 2025-05-22 15:21:54 +03:00
commit 5e67bf8fda

View file

@ -20,6 +20,9 @@ export class DropdownTreeViewModelFilterValue extends Behavior {
model = treeViewComponent.cachedValue;
}
if (model) {
if (!model.parentId) {
return null;
}
dtos.push(model);
this.fillArray(dtos, model);
}