mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-4510] Close collection modal once entity is imported
This commit is contained in:
@@ -232,6 +232,7 @@ export class ExternalSourceEntryImportModalComponent implements OnInit {
|
|||||||
indexableObject: item
|
indexableObject: item
|
||||||
});
|
});
|
||||||
this.notificationsService.success(this.translateService.get(this.labelPrefix + this.label + '.added.new-entity'));
|
this.notificationsService.success(this.translateService.get(this.labelPrefix + this.label + '.added.new-entity'));
|
||||||
|
this.modalRef.close();
|
||||||
this.importedObject.emit(searchResult);
|
this.importedObject.emit(searchResult);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user