CST-6685 updated changes

This commit is contained in:
Nikunj Sharma
2022-09-23 16:16:22 +05:30
parent b022a93128
commit 5b1e0d3e0d
5 changed files with 6 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ export class BatchImportPageComponent {
const parameterValues: ProcessParameter[] = [
Object.assign(new ProcessParameter(), { name: '--zip', value: this.fileObject.name }),
];
parameterValues.push(Object.assign(new ProcessParameter(), { name: '--add', value: this.fileObject.name }));
if (this.dso) {
parameterValues.push(Object.assign(new ProcessParameter(), { name: '--collection', value: this.dso.uuid }));
}