mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 = [
|
$group = [
|
||||||
'id_grupo' => 0,
|
'id_grupo' => 0,
|
||||||
'nombre' => 'None',
|
'nombre' => 'None',
|
||||||
'icon' => '',
|
'icon' => 'world',
|
||||||
'parent' => 0,
|
'parent' => 0,
|
||||||
'disabled' => 0,
|
'disabled' => 0,
|
||||||
'custom_id' => null,
|
'custom_id' => null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user