Skip to content

Commit 08d6d93

Browse files
authored
add mdm-content as a default collection to mapped docs (#2471)
1 parent dfa40fb commit 08d6d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/ui/app/components/flows-new/edit-flow/mapping/mapping.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class MappingComponent implements OnInit {
9595
this.sourceDbType = 'FINAL';
9696
}
9797
if(!this.step.options.collections || this.step.options.collections.length === 0){
98-
this.step.options.collections = [`${this.step.name}`];
98+
this.step.options.collections = [`${this.step.name}`, 'mdm-content'];
9999
}
100100
this.loadEntity();
101101
this.loadMap();

0 commit comments

Comments
 (0)