Merge branch 'ent-11549-algunos-widget-dejan-de-funcionar-en-la-version-open-community' into 'develop'

Ent 11549 algunos widget dejan de funcionar en la version open community

See merge request artica/pandorafms!6105
This commit is contained in:
Rafael Ameijeiras 2023-06-15 09:58:30 +00:00
commit 6f89b45ce3
3 changed files with 7 additions and 0 deletions

View File

@ -143,6 +143,9 @@ class BlockHistogram extends Widget
$widgetId
);
// Include.
include_once $config['homedir'].'/include/functions_reporting.php';
// Width.
$this->width = $width;

View File

@ -170,6 +170,9 @@ class GroupedMeterGraphs extends Widget
$widgetId
);
// Include.
include_once $config['homedir'].'/include/functions_reporting.php';
// Width.
$this->width = $width;

View File

@ -133,6 +133,7 @@ class OsQuickReportWidget extends Widget
// Includes.
enterprise_include_once('/include/functions_services.php');
enterprise_include_once('/include/functions_servicemap.php');
include_once $config['homedir'].'/include/functions_os.php';
// WARNING: Do not edit. This chunk must be in the constructor.
parent::__construct(