This commit is contained in:
@@ -3,11 +3,45 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
|
||||
export default {
|
||||
registry: [
|
||||
{
|
||||
id: "dash-today-reminders-wo",
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
id: "dash-today-reminders",
|
||||
roles: [
|
||||
role.BizAdmin,
|
||||
role.BizAdminRestricted,
|
||||
role.ServiceRestricted,
|
||||
role.Service,
|
||||
role.InventoryRestricted,
|
||||
role.Inventory,
|
||||
role.Accounting,
|
||||
role.Tech,
|
||||
role.TechRestricted,
|
||||
role.OpsAdmin,
|
||||
role.OpsAdminRestricted,
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "ReminderList",
|
||||
type: "GzDashTodayReminders"
|
||||
},
|
||||
{
|
||||
id: "dash-today-reviews",
|
||||
roles: [
|
||||
role.BizAdmin,
|
||||
role.BizAdminRestricted,
|
||||
role.ServiceRestricted,
|
||||
role.Service,
|
||||
role.InventoryRestricted,
|
||||
role.Inventory,
|
||||
role.Accounting,
|
||||
role.Tech,
|
||||
role.TechRestricted,
|
||||
role.OpsAdmin,
|
||||
role.OpsAdminRestricted,
|
||||
role.Sales,
|
||||
role.SalesRestricted
|
||||
],
|
||||
title: "ReviewList",
|
||||
type: "GzDashTodayReviews"
|
||||
},
|
||||
{
|
||||
id: "dash-today-scheduled-wo",
|
||||
roles: [role.Tech, role.TechRestricted],
|
||||
|
||||
Reference in New Issue
Block a user