We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c062e commit 4ca89e8Copy full SHA for 4ca89e8
web/src/main/ui/app/components/flows-new/edit-flow/mapping/mapping.component.ts
@@ -94,6 +94,9 @@ export class MappingComponent implements OnInit {
94
} else if (this.step.options.sourceDatabase === this.envService.settings.finalDbName) {
95
this.sourceDbType = 'FINAL';
96
}
97
+ if(!this.step.options.collections || this.step.options.collections.length === 0){
98
+ this.step.options.collections = [`${this.step.name}`];
99
+ }
100
this.loadEntity();
101
this.loadMap();
102
0 commit comments