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:
commit
06db949689
|
@ -63,7 +63,7 @@ if (is_ajax() === true) {
|
|||
$group = [
|
||||
'id_grupo' => 0,
|
||||
'nombre' => 'None',
|
||||
'icon' => '',
|
||||
'icon' => 'world',
|
||||
'parent' => 0,
|
||||
'disabled' => 0,
|
||||
'custom_id' => null,
|
||||
|
|
Loading…
Reference in New Issue