> = {
- ...ruleNodeActionConfigComponentsMap,
- ...ruleNodeEnrichmentConfigComponentsMap,
- ...ruleNodeExternalConfigComponentsMap,
- ...ruleNodeFilterConfigComponentsMap,
- ...ruleNodeFlowConfigComponentsMap,
- ...ruleNodeTransformConfigComponentsMap,
+ ...actionRuleNodeConfigComponentsMap,
+ ...enrichmentRuleNodeConfigComponentsMap,
+ ...externalRuleNodeConfigComponentsMap,
+ ...filterRuleNodeConfigComponentsMap,
+ ...flowRuleNodeConfigComponentsMap,
+ ...transformationRuleNodeConfigComponentsMap,
'tbNodeEmptyConfig': EmptyConfigComponent
};
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/change-originator-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/change-originator-config.component.html
similarity index 98%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/change-originator-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/change-originator-config.component.html
index 818ea5a12d..1f66108e48 100644
--- a/ui-ngx/src/app/modules/home/components/rule-node/transform/change-originator-config.component.html
+++ b/ui-ngx/src/app/modules/home/components/rule-node/transformation/change-originator-config.component.html
@@ -36,7 +36,7 @@
+ *ngIf="changeOriginatorConfigForm.get('originatorSource').value === originatorSource.ENTITY">
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/change-originator-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/change-originator-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/change-originator-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/change-originator-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/copy-keys-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/copy-keys-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/copy-keys-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/copy-keys-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/copy-keys-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/copy-keys-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/copy-keys-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/copy-keys-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/deduplication-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/deduplication-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/deduplication-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/deduplication-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/deduplication-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/deduplication-config.component.ts
similarity index 98%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/deduplication-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/deduplication-config.component.ts
index ec9b3a9cf2..bf50b36f3a 100644
--- a/ui-ngx/src/app/modules/home/components/rule-node/transform/deduplication-config.component.ts
+++ b/ui-ngx/src/app/modules/home/components/rule-node/transformation/deduplication-config.component.ts
@@ -21,7 +21,7 @@ import { deduplicationStrategiesTranslations, FetchMode } from '@home/components
import { RuleNodeConfiguration, RuleNodeConfigurationComponent } from '@shared/models/rule-node.models';
@Component({
- selector: 'tb-action-node-msg-deduplication-config',
+ selector: 'tb-transformation-node-deduplication-config',
templateUrl: './deduplication-config.component.html',
styleUrls: []
})
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/delete-keys-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/delete-keys-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/delete-keys-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/delete-keys-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/delete-keys-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/delete-keys-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/delete-keys-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/delete-keys-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/node-json-path-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/node-json-path-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/node-json-path-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/node-json-path-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/node-json-path-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/node-json-path-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/node-json-path-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/node-json-path-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.scss b/ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.scss
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.scss
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.scss
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/rename-keys-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/rename-keys-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/script-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/script-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/script-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/script-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/script-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/script-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/script-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/script-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.html b/ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.html
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.html
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.scss b/ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.scss
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.scss
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.scss
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/to-email-config.component.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/to-email-config.component.ts
diff --git a/ui-ngx/src/app/modules/home/components/rule-node/transform/rule-node-config-transform.module.ts b/ui-ngx/src/app/modules/home/components/rule-node/transformation/transformation-rule-node-config.module.ts
similarity index 88%
rename from ui-ngx/src/app/modules/home/components/rule-node/transform/rule-node-config-transform.module.ts
rename to ui-ngx/src/app/modules/home/components/rule-node/transformation/transformation-rule-node-config.module.ts
index c64381e54e..a25495d7b4 100644
--- a/ui-ngx/src/app/modules/home/components/rule-node/transform/rule-node-config-transform.module.ts
+++ b/ui-ngx/src/app/modules/home/components/rule-node/transformation/transformation-rule-node-config.module.ts
@@ -18,7 +18,7 @@ import { NgModule, Type } from '@angular/core';
import { CommonModule } from '@angular/common';
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
import { ChangeOriginatorConfigComponent } from './change-originator-config.component';
-import { RuleNodeConfigCommonModule } from '../common/rule-node-config-common.module';
+import { CommonRuleNodeConfigModule } from '../common/common-rule-node-config.module';
import { TransformScriptConfigComponent } from './script-config.component';
import { ToEmailConfigComponent } from './to-email-config.component';
import { CopyKeysConfigComponent } from './copy-keys-config.component';
@@ -42,7 +42,7 @@ import { ScriptConfigComponent } from '@home/components/rule-node/filter/script-
imports: [
CommonModule,
SharedModule,
- RuleNodeConfigCommonModule
+ CommonRuleNodeConfigModule
],
exports: [
ChangeOriginatorConfigComponent,
@@ -55,13 +55,13 @@ import { ScriptConfigComponent } from '@home/components/rule-node/filter/script-
DeduplicationConfigComponent
]
})
-export class RuleNodeConfigTransformModule {
+export class TransformationRuleNodeConfigModule {
}
-export const ruleNodeTransformConfigComponentsMap: Record> = {
+export const transformationRuleNodeConfigComponentsMap: Record> = {
'tbTransformationNodeChangeOriginatorConfig': ChangeOriginatorConfigComponent,
'tbTransformationNodeCopyKeysConfig': CopyKeysConfigComponent,
- 'tbActionNodeMsgDeduplicationConfig': DeduplicationConfigComponent,
+ 'tbTransformationNodeDeduplicationConfig': DeduplicationConfigComponent,
'tbTransformationNodeDeleteKeysConfig': DeleteKeysConfigComponent,
'tbTransformationNodeJsonPathConfig': NodeJsonPathConfigComponent,
'tbTransformationNodeRenameKeysConfig': RenameKeysConfigComponent,
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index bbcc04d5f9..cbae98683c 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -4927,7 +4927,7 @@
"min-interval-seconds-message": "Only 1 second minimum interval is allowed.",
"output-timeseries-key-prefix": "Output time series key prefix",
"output-timeseries-key-prefix-required": "Output time series key prefix required.",
- "separator-hint": "Press \"Enter\" to complete field input.",
+ "separator-hint": "You should press \"Enter\" to complete field input.",
"select-details": "Select details",
"entity-details-id": "Id",
"entity-details-title": "Title",