mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1236] Manage Versions - of Shared Files (#251)
* you can't open version history for multiple files selected * update node-version directive to handle the node versions of shared files
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
<button
|
||||
mat-menu-item
|
||||
*ngIf="canManageVersions(documentList.selection)"
|
||||
*ngIf="canManageVersionsOfShared(documentList.selection)"
|
||||
[app-node-versions]="documentList.selection">
|
||||
<mat-icon>storage</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
|
Reference in New Issue
Block a user