Merge pull request #640 from Alfresco/dev-mromano-516

return the nodeId as value in the onSuccess event
This commit is contained in:
Mario Romano
2016-08-28 19:06:47 -04:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ export class UploadService {
})
.on('success', (data: any) => {
elementEmit.emit({
value: 'File uploaded'
value: data
});
uploadingFileModel.onFinished(
data.status,