mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACS-4253] - Added aria-label to form element (#8170)
This commit is contained in:
parent
011f78ac43
commit
1746fcf653
@ -27,6 +27,7 @@
|
|||||||
class="adf-inherit-toggle"
|
class="adf-inherit-toggle"
|
||||||
title="{{'PERMISSION_MANAGER.LABELS.INHERITED_PERMISSION_TOGGLE' | translate }}"
|
title="{{'PERMISSION_MANAGER.LABELS.INHERITED_PERMISSION_TOGGLE' | translate }}"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
aria-label="{{'PERMISSION_MANAGER.LABELS.INHERITED_PERMISSION_TOGGLE' | translate}}"
|
||||||
data-automation-id="adf-inherit-toggle-button"
|
data-automation-id="adf-inherit-toggle-button"
|
||||||
[checked]="model.node.permissions.isInheritanceEnabled"
|
[checked]="model.node.permissions.isInheritanceEnabled"
|
||||||
(change)="permissionList.toggleInherited($event)">
|
(change)="permissionList.toggleInherited($event)">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user