mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
check if file is selected (#350)
This commit is contained in:
committed by
Denys Vuika
parent
eb463c7635
commit
3ca63b8433
@@ -93,7 +93,7 @@
|
||||
|
||||
<button
|
||||
mat-menu-item
|
||||
*ngIf="canManageVersions(documentList.selection)"
|
||||
*ngIf="isFileSelected(documentList.selection)"
|
||||
[acaNodeVersions]="documentList.selection">
|
||||
<mat-icon color="primary">history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
|
Reference in New Issue
Block a user