mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Fix disableRowValue expression in permissions users list
This commit is contained in:
parent
581436f23d
commit
773c41ec81
@ -17,7 +17,7 @@
|
||||
hover: true,
|
||||
emptyListText : i18n._('No Users exist'),
|
||||
disableRow: "{{ user.summary_fields.user_capabilities.edit === false }}",
|
||||
disableRowValue: 'summary_fields.user_capabilities.edit === false',
|
||||
disableRowValue: "user.summary_fields.user_capabilities.edit === false",
|
||||
disableTooltip: {
|
||||
placement: 'top',
|
||||
tipWatch: 'user.tooltip'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user