mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
#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);
|
$this->values['groupId'] = array_keys($result_groups);
|
||||||
} else {
|
} else {
|
||||||
$this->values['groupId'] = $selected_groups;
|
$this->values['groupId'] = $selected_groups;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user