[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:
suzanadirla
2018-03-24 09:15:32 +02:00
committed by Denys Vuika
parent abe244fed9
commit 15c361c962
4 changed files with 29 additions and 8 deletions

View File

@@ -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>