shared version manager option (#307)

This commit is contained in:
Cilibiu Bogdan
2018-04-16 11:17:46 +03:00
committed by Suzana Dirla
parent e521023435
commit a047fe2baf

View File

@@ -89,7 +89,7 @@
<button
mat-menu-item
*ngIf="permission.check(documentList.selection[0], ['update'])"
*ngIf="permission.check(documentList.selection[0], ['update'], { target: 'allowableOperationsOnTarget' })"
[app-node-versions]="documentList.selection">
<mat-icon color="primary">history</mat-icon>
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>