fixed widget groups status pandora_enterprise#9229

This commit is contained in:
Daniel Barbero 2022-09-22 08:39:12 +02:00
parent b16c07fdb5
commit 3a43ee73bc
1 changed files with 0 additions and 11 deletions

View File

@ -166,17 +166,6 @@ class SystemGroupStatusWidget extends Widget
$this->configurationRequired = false;
if (empty($this->values['groupId']) === true) {
$this->configurationRequired = true;
} else {
$check_exist = \db_get_value(
'id_grupo',
'tgrupo',
'id_grupo',
$this->values['groupId']
);
if ($check_exist === false) {
$this->loadError = true;
}
}
$this->overflow_scrollbars = false;