From ef94f7979aa94b3e27147b42ca874d0fb3183bbf Mon Sep 17 00:00:00 2001 From: deaflynx Date: Fri, 18 Sep 2020 18:32:38 +0300 Subject: [PATCH] Types reverted 2 --- ui/src/app/common/types.constant.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ui/src/app/common/types.constant.js b/ui/src/app/common/types.constant.js index 969042bbd4..2f3f42c2ad 100644 --- a/ui/src/app/common/types.constant.js +++ b/ui/src/app/common/types.constant.js @@ -393,7 +393,15 @@ export default angular.module('thingsboard.types', []) edge: "EDGE", user: "USER", customer: "CUSTOMER", - relation: "RELATION" + relation: "RELATION", + entityGroup: "ENTITY_GROUP", + schedulerEvent: "SCHEDULER_EVENT", + whiteLabeling: "WHITE_LABELING", + loginWhiteLabeling: "LOGIN_WHITE_LABELING", + customTranslation: "CUSTOM_TRANSLATION", + widgetsBundle: "WIDGETS_BUNDLE", + widgetType: "WIDGET_TYPE", + adminSettings: "ADMIN_SETTINGS" }, edgeEventAction: { updated: "UPDATED", @@ -786,8 +794,10 @@ export default angular.module('thingsboard.types', []) clientSide: false } }, - coreRuleChainType: "CORE", - edgeRuleChainType: "EDGE", + ruleChainType: { + core: "CORE", + edge: "EDGE" + }, ruleNodeTypeComponentTypes: ["FILTER", "ENRICHMENT", "TRANSFORMATION", "ACTION", "EXTERNAL"], ruleChainNodeComponent: { type: 'RULE_CHAIN',