This commit is contained in:
2020-07-10 13:25:39 +00:00
parent b19fc9d6b5
commit d0dbc01408
4 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ export default {
BizMetrics: 48, BizMetrics: 48,
Backup: 49, Backup: 49,
Notification: 50, Notification: 50,
NotificationSubscription: 51 NotifySubscription: 51
}; };
/** /**
* *

View File

@@ -71,7 +71,7 @@ export default {
PickListTemplate: { Change: 2, ReadFullRecord: 131071, Select: 0 }, PickListTemplate: { Change: 2, ReadFullRecord: 131071, Select: 0 },
BizMetrics: { Change: 2, ReadFullRecord: 98369, Select: 0 }, BizMetrics: { Change: 2, ReadFullRecord: 98369, Select: 0 },
Notification: { Change: 131071, ReadFullRecord: 131071, Select: 0 }, Notification: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
NotificationSubscription: { NotifySubscription: {
Change: 131071, Change: 131071,
ReadFullRecord: 131071, ReadFullRecord: 131071,
Select: 0 Select: 0

View File

@@ -16,7 +16,7 @@ export default {
title: "NotifySubscriptionList", title: "NotifySubscriptionList",
helpUrl: "form-home-notify-subscriptions", helpUrl: "form-home-notify-subscriptions",
formData: { formData: {
ayaType: window.$gz.type.NotificationSubscription ayaType: window.$gz.type.NotifySubscription
} }
}); });
} }

View File

@@ -16,7 +16,7 @@ export default {
title: "NotificationSettings", title: "NotificationSettings",
helpUrl: "form-ops-notification-settings", helpUrl: "form-ops-notification-settings",
formData: { formData: {
ayaType: window.$gz.type.NotificationSubscription ayaType: window.$gz.type.NotifySubscription
} }
}); });
} }