mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Merge pull request #640 from Alfresco/dev-mromano-516
return the nodeId as value in the onSuccess event
This commit is contained in:
@@ -124,7 +124,7 @@ export class UploadService {
|
||||
})
|
||||
.on('success', (data: any) => {
|
||||
elementEmit.emit({
|
||||
value: 'File uploaded'
|
||||
value: data
|
||||
});
|
||||
uploadingFileModel.onFinished(
|
||||
data.status,
|
||||
|
Reference in New Issue
Block a user