Merge branch 'ent-7375-bug-en-creacion-de-politicas' into 'develop'

fixed error with icon groups policies

See merge request artica/pandorafms!4060
This commit is contained in:
Daniel Rodriguez 2021-04-27 10:39:57 +00:00
commit 06db949689
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if (is_ajax() === true) {
$group = [
'id_grupo' => 0,
'nombre' => 'None',
'icon' => '',
'icon' => 'world',
'parent' => 0,
'disabled' => 0,
'custom_id' => null,