mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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) => {
|
.on('success', (data: any) => {
|
||||||
elementEmit.emit({
|
elementEmit.emit({
|
||||||
value: 'File uploaded'
|
value: data
|
||||||
});
|
});
|
||||||
uploadingFileModel.onFinished(
|
uploadingFileModel.onFinished(
|
||||||
data.status,
|
data.status,
|
||||||
|
Reference in New Issue
Block a user