This commit is contained in:
2022-03-02 15:49:01 +00:00
parent 629bfb366f
commit bc6ff4168c
6 changed files with 216 additions and 124 deletions

View File

@@ -5,6 +5,19 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
*/
export default {
registry: [
{
roles: [role.Tech, role.TechRestricted],
title: "DashboardOverdue",
icon: "$ayiListAlt",
type: "GzDashWorkorderOverduePersonalList",
scheduleableUserOnly: true,
singleOnly: true,
settings: {
customTitle: null,
wotags: [],
woitemtags: []
}
},
{
roles: [
role.BizAdmin,