This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user