This commit is contained in:
2022-03-02 17:06:50 +00:00
parent bc6ff4168c
commit ca381bd6b4
2 changed files with 200 additions and 1 deletions

View File

@@ -1,10 +1,25 @@
import authorizationroles from "./authorizationroles";
const role = authorizationroles.AUTHORIZATION_ROLES;
/*
WorkOrderOverdueAllList
*/
export default {
registry: [
{
roles: [role.Tech, role.TechRestricted],
title: "DashboardOverdueAll",
icon: "$ayiListAlt",
type: "GzDashWorkorderOverdueAllList",
scheduleableUserOnly: false,
singleOnly: false,
settings: {
customTitle: null,
wotags: [],
woitemtags: [],
techtags: [],
userid: null
}
},
{
roles: [role.Tech, role.TechRestricted],
title: "DashboardOverdue",