This commit is contained in:
2022-02-28 20:30:31 +00:00
parent cbf971db77
commit fc385a53e7
4 changed files with 401 additions and 2 deletions

View File

@@ -1,7 +1,26 @@
import authorizationroles from "./authorizationroles";
const role = authorizationroles.AUTHORIZATION_ROLES;
/*
*/
export default {
registry: [
{
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Accounting,
role.Tech,
role.TechRestricted
],
title: "DashboardNotScheduled",
icon: "$ayiListAlt",
type: "GzDashWorkorderUnscheduledOpenList",
singleOnly: false,
settings: {}
},
{
roles: [
role.BizAdmin,