mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-2561] View comments on previous versions add input property to enable/disable viewing version comments * [ADF-2561] add more tests
7 lines
374 B
HTML
7 lines
374 B
HTML
<div class="adf-new-version-uploader-container" fxLayout="row" fxLayoutAlign="end center">
|
|
<adf-version-upload [node]="node" (success)="onUploadSuccess($event)" (error)="onUploadError($event)"></adf-version-upload>
|
|
</div>
|
|
<div class="adf-version-list-container">
|
|
<adf-version-list #versionList [id]="node.id" [showComments]="showComments"></adf-version-list>
|
|
</div>
|