mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-12 16:38:41 +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",
|
||||
"order": 10,
|
||||
"from": "Dashboard",
|
||||
"permission": null,
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 0,
|
||||
"children": [
|
||||
{
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Dashboard",
|
||||
"permission": null,
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 1000201001,
|
||||
"children": []
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"icon": "fa fa-power-off",
|
||||
"order": 999,
|
||||
"from": "Dashboard",
|
||||
"permission": null,
|
||||
"permission": { "type": null, "element": null },
|
||||
"parent": 0,
|
||||
"children": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user