mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
emit success events on upload resume (#3824)
This commit is contained in:
committed by
Eugenio Romano
parent
ef568679d5
commit
580cd3440f
@@ -128,7 +128,8 @@ export abstract class UploadBase implements OnInit, OnDestroy {
|
||||
this.ngZone.run(() => {
|
||||
const event = new UploadFilesEvent(
|
||||
[...filteredFiles],
|
||||
this.uploadService
|
||||
this.uploadService,
|
||||
this.success
|
||||
);
|
||||
this.beginUpload.emit(event);
|
||||
|
||||
|
Reference in New Issue
Block a user