mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[acs-3548] fixed csv file issue(880240) (#7904)
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
<button mat-icon-button
|
||||
[disabled]="entry.row.obj.readonly"
|
||||
(click)="removePermission($event, entry.row.obj)"
|
||||
[attr.data-automation-id]="'adf-delete-permission-button-' + entry.row.obj.authorityId">
|
||||
[attr.data-automation-id]="'adf-delete-permission-button-' + entry.row.obj.authorityId"
|
||||
[attr.aria-label]="'PERMISSION_MANAGER.ACTION.DELETE' | translate">
|
||||
<mat-icon>delete_outline</mat-icon>
|
||||
</button>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user