Merge branch 'ent-8183-Bug-en-widget-Tree-view-Dashboard-metaconsola' into 'develop'

dashboard widget tree fix in metaconsole only groups type

See merge request artica/pandorafms!4511
This commit is contained in:
Daniel Rodriguez 2021-10-29 11:07:42 +00:00
commit 9b6f829171
1 changed files with 4 additions and 0 deletions

View File

@ -333,6 +333,10 @@ class TreeViewWidget extends Widget
'policies' => __('Policies'),
];
if (is_metaconsole() === true) {
$fields = ['group' => __('Groups')];
}
$inputs[] = [
'label' => __('Type tree'),
'arguments' => [