mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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);
|
||||
} else {
|
||||
$this->values['groupId'] = $selected_groups;
|
||||
|
Loading…
x
Reference in New Issue
Block a user