mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1113] Node Permissions - experimental (#501)
* [ACA-1113] Integrate permissions * [ACA-1113] experimental flag for permissions * [ACA-1113] permissions shown only on write permission * [ACA-1113] remove console.logs
This commit is contained in:
committed by
Denys Vuika
parent
85c0e42047
commit
7a95485a05
@@ -121,6 +121,16 @@
|
||||
<mat-icon>history</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
|
||||
</button>
|
||||
|
||||
<ng-container *ifExperimental="'permissions'">
|
||||
<button
|
||||
mat-menu-item
|
||||
*ngIf="canUpdateNode"
|
||||
[acaNodePermissions]="selection.first">
|
||||
<mat-icon>settings_input_component</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.PERMISSIONS' | translate }}</span>
|
||||
</button>
|
||||
</ng-container>
|
||||
</mat-menu>
|
||||
</ng-container>
|
||||
</adf-toolbar>
|
||||
|
Reference in New Issue
Block a user