This commit is contained in:
2022-02-23 18:42:25 +00:00
parent 81cd123300
commit 14eeff67ef
5 changed files with 165 additions and 55 deletions

View File

@@ -2,17 +2,12 @@ import authorizationroles from "./authorizationroles";
const role = authorizationroles.AUTHORIZATION_ROLES;
export default {
registry: [
// {
// id: "TestListWidgetsPriciest",
// roles: [
// role.BizAdmin,
// role.BizAdminRestricted,
// role.Sales,
// role.SalesRestricted
// ],
// title: "Priciest widgets (all time) ",
// type: "GzDashTestListWidgetsPriciest"
// },
{
id: "dash-today-reminders-wo",
roles: [role.Tech, role.TechRestricted],
title: "ReminderList",
type: "GzDashTodayReminders"
},
{
id: "dash-today-scheduled-wo",
roles: [role.Tech, role.TechRestricted],
@@ -20,6 +15,7 @@ export default {
type: "GzDashTodayScheduledWo",
scheduleableUserOnly: true
},
{
id: "TestBarWidgetCountByUserType",
roles: [