mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
add callback for VersionManagerComponent and VersionUploadComponent (#3008)
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
staticTitle="Upload new version"
|
||||
[rootFolderId]="node.parentId"
|
||||
tooltip="Restriction: upload file with the same name to create a new version of it"
|
||||
[versioning]="true">
|
||||
[versioning]="true"
|
||||
(success)="onUploadSuccess($event)"
|
||||
(error)="onUploadError($event)">
|
||||
</adf-upload-button>
|
||||
|
Reference in New Issue
Block a user