fixed error with icon groups policies
This commit is contained in:
parent
cb3bf7fed0
commit
0ff28fb9a2
|
@ -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…
Reference in New Issue