Merge branch 'feature/SUPPORT-9187_remove_ids_filter_for_mo_case' into develop
This commit is contained in:
commit
5e67bf8fda
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue