mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed minor error
This commit is contained in:
parent
b9f0ac8239
commit
193d6bf2d2
@ -164,6 +164,9 @@ class SystemGroupStatusWidget extends Widget
|
|||||||
|
|
||||||
// This forces at least a first configuration.
|
// This forces at least a first configuration.
|
||||||
$this->configurationRequired = false;
|
$this->configurationRequired = false;
|
||||||
|
if (empty($this->values['groupId']) === true) {
|
||||||
|
$this->configurationRequired = true;
|
||||||
|
}
|
||||||
|
|
||||||
$this->overflow_scrollbars = false;
|
$this->overflow_scrollbars = false;
|
||||||
}
|
}
|
||||||
@ -299,6 +302,7 @@ class SystemGroupStatusWidget extends Widget
|
|||||||
'return' => true,
|
'return' => true,
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
'returnAllGroup' => $return_all_group,
|
'returnAllGroup' => $return_all_group,
|
||||||
|
'required' => true,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user