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 dfa40fb commit 08d6d93Copy full SHA for 08d6d93
web/src/main/ui/app/components/flows-new/edit-flow/mapping/mapping.component.ts
@@ -95,7 +95,7 @@ export class MappingComponent implements OnInit {
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}`];
+ this.step.options.collections = [`${this.step.name}`, 'mdm-content'];
99
100
this.loadEntity();
101
this.loadMap();
0 commit comments