mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-20 22:28:45 +00:00
new test on audits; selenium upgrade to make usable by team hopefully
This commit is contained in:
@ -53,6 +53,21 @@
|
||||
"TABLE_INSERT",
|
||||
"TABLE_DELETE"
|
||||
]
|
||||
},
|
||||
"audit": {
|
||||
"name": "audit",
|
||||
"label": "Audits",
|
||||
"isHidden": true,
|
||||
"iconName": "location_city",
|
||||
"deletePermission": false,
|
||||
"editPermission": false,
|
||||
"insertPermission": false,
|
||||
"readPermission": true,
|
||||
"capabilities": [
|
||||
"TABLE_COUNT",
|
||||
"TABLE_GET",
|
||||
"TABLE_QUERY"
|
||||
]
|
||||
}
|
||||
},
|
||||
"processes": {
|
||||
|
Reference in New Issue
Block a user