Add aria-label to project select role without label
This commit is contained in:
committed by
Frédéric Guillot
parent
87c123bba4
commit
6231c159b8
@@ -21,6 +21,7 @@
|
||||
'roles' => $roles,
|
||||
'role' => $group['role'],
|
||||
'id' => $group['id'],
|
||||
'ariaLabel' => t('Role'),
|
||||
'url' => $this->url->to('ProjectPermissionController', 'changeGroupRole', array('project_id' => $project['id'])),
|
||||
)) ?>
|
||||
</td>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
'roles' => $roles,
|
||||
'role' => $user['role'],
|
||||
'id' => $user['id'],
|
||||
'ariaLabel' => t('Role'),
|
||||
'url' => $this->url->to('ProjectPermissionController', 'changeUserRole', array('project_id' => $project['id'])),
|
||||
)) ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user