mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
[DSC-1111] Start implementation refactoring
This commit is contained in:

committed by
Mattia Vianelli

parent
b017f9ad16
commit
6d98bf9d3a
@@ -130,9 +130,6 @@ export class UploaderComponent {
|
||||
ngAfterViewInit() {
|
||||
this.uploader.onAfterAddingAll = ((items) => {
|
||||
this.onFileSelected.emit(items);
|
||||
if (this.uploader.queue.length > 0) {
|
||||
this.uploader.uploadAll();
|
||||
}
|
||||
});
|
||||
if (isUndefined(this.onBeforeUpload)) {
|
||||
this.onBeforeUpload = () => {return;};
|
||||
|
Reference in New Issue
Block a user