mirror of
https://github.com/cheveguerra/Whaticket.git
synced 2026-04-18 19:49:15 +00:00
Initial commit
This commit is contained in:
19
frontend/src/rules.js
Normal file
19
frontend/src/rules.js
Normal file
@@ -0,0 +1,19 @@
|
||||
const rules = {
|
||||
user: {
|
||||
static: [],
|
||||
},
|
||||
|
||||
admin: {
|
||||
static: [
|
||||
"drawer-admin-items:view",
|
||||
"tickets-manager:showall",
|
||||
"user-modal:editProfile",
|
||||
"user-modal:editQueues",
|
||||
"ticket-options:deleteTicket",
|
||||
"ticket-options:transferWhatsapp",
|
||||
"contacts-page:deleteContact",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default rules;
|
||||
Reference in New Issue
Block a user