#11480 added recursion in condition
This commit is contained in:
parent
50dca5f8e6
commit
5ee902902a
|
@ -482,7 +482,7 @@ class SystemGroupStatusWidget extends Widget
|
|||
}
|
||||
}
|
||||
|
||||
if ($all_group_selected === true) {
|
||||
if ($all_group_selected === true && $this->values['groupRecursion'] === true) {
|
||||
$this->values['groupId'] = array_keys($result_groups);
|
||||
} else {
|
||||
$this->values['groupId'] = $selected_groups;
|
||||
|
|
Loading…
Reference in New Issue