This commit is contained in:
2022-03-01 17:51:05 +00:00
parent aa3f111179
commit a23af8f9fc
5 changed files with 250 additions and 33 deletions

View File

@@ -1,10 +1,30 @@
import authorizationroles from "./authorizationroles";
const role = authorizationroles.AUTHORIZATION_ROLES;
/*
*/
export default {
registry: [
{
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Tech,
role.TechRestricted
],
title: "DashboardOpenCSR",
icon: "$ayiListAlt",
type: "GzDashCSROpenList",
singleOnly: false,
settings: {
customTitle: null,
wotags: [],
woitemtags: [],
wostatus: null
}
},
{
roles: [
role.BizAdmin,