horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles
Shu Muto e20882d3b3 Support can_edit_user and can_edit_role settings in Angularized panels
The actions on Angularized users panel and roles panel does not support
following setting.

OPENSTACK_KEYSTONE_BACKEND = {
    'can_edit_user': True,
    'can_edit_role': True,
}

This patch enables to support these settings.

To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into
'REST_API_REQUIRED_SETTINGS' setting.

Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b
Closes-Bug: #1779268
2018-07-18 11:25:31 +09:00
..
actions Support can_edit_user and can_edit_role settings in Angularized panels 2018-07-18 11:25:31 +09:00
panel.html Refresh role table after editing role 2017-08-09 08:42:08 +02:00
role.schema.js Add Angular keystone role creation action 2017-01-09 19:03:29 +00:00
role.schema.spec.js Add Angular keystone role creation action 2017-01-09 19:03:29 +00:00
roles.module.js Refresh role table after editing role 2017-08-09 08:42:08 +02:00
roles.module.spec.js Refresh role table after editing role 2017-08-09 08:42:08 +02:00