mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-18 11:08:42 +00:00
Change permission check from int to string
This commit is contained in:
parent
28c572e89d
commit
4d8c80a404
|
|
@ -10,7 +10,7 @@
|
||||||
"icon": "fa fa-home",
|
"icon": "fa fa-home",
|
||||||
"order": 10,
|
"order": 10,
|
||||||
"from": "Dashboard",
|
"from": "Dashboard",
|
||||||
"permission": null,
|
"permission": { "type": null, "element": null },
|
||||||
"parent": 0,
|
"parent": 0,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"from": "Dashboard",
|
"from": "Dashboard",
|
||||||
"permission": null,
|
"permission": { "type": null, "element": null },
|
||||||
"parent": 1000201001,
|
"parent": 1000201001,
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"icon": "fa fa-power-off",
|
"icon": "fa fa-power-off",
|
||||||
"order": 999,
|
"order": 999,
|
||||||
"from": "Dashboard",
|
"from": "Dashboard",
|
||||||
"permission": null,
|
"permission": { "type": null, "element": null },
|
||||||
"parent": 0,
|
"parent": 0,
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user