mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* fix app config, add extra flags for version manager * add docs and tests * update i18n strings * rename "id" to "nodeId" * automatically detect permissions * restore 'id' and mark as deprecated
13 lines
477 B
HTML
13 lines
477 B
HTML
<adf-upload-version-button
|
|
data-automation-id="adf-new-version-file-upload"
|
|
class="adf-new-version-file-upload"
|
|
staticTitle="{{ 'ADF_VERSION_LIST.ACTIONS.UPLOAD.TITLE' | translate }}"
|
|
[node]="node"
|
|
[disabled]="!canUpload()"
|
|
[rootFolderId]="node.parentId"
|
|
tooltip="{{ 'ADF_VERSION_LIST.ACTIONS.UPLOAD.TOOLTIP' | translate }}"
|
|
[versioning]="true"
|
|
(success)="success.emit($event)"
|
|
(error)="error.emit($event)">
|
|
</adf-upload-version-button>
|