This commit is contained in:
@@ -5,6 +5,29 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
|
||||
*/
|
||||
export default {
|
||||
registry: [
|
||||
{
|
||||
roles: [
|
||||
role.BizAdmin,
|
||||
role.BizAdminRestricted,
|
||||
role.ServiceRestricted,
|
||||
role.Service,
|
||||
role.Accounting,
|
||||
role.Tech,
|
||||
role.TechRestricted
|
||||
],
|
||||
title: "DashboardWorkOrderByStatusList",
|
||||
icon: "$ayiListAlt",
|
||||
type: "GzDashWorkorderByStatusList",
|
||||
singleOnly: false,
|
||||
settings: {
|
||||
customTitle: null,
|
||||
wostatus: null,
|
||||
wotags: [],
|
||||
wotagsany: true,
|
||||
woitemtags: [],
|
||||
woitemtagsany: true
|
||||
}
|
||||
},
|
||||
{
|
||||
roles: [
|
||||
role.BizAdmin,
|
||||
|
||||
Reference in New Issue
Block a user