horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/users
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
details Add Angular keystone user details use registry 2017-01-09 16:41:50 -08:00
panel.html Add Angular keystone user creation action 2017-12-13 12:13:07 +09:00
users.module.js Reproduce navigations on refreshing ngdetails view 2018-03-29 15:01:59 +09:00
users.module.spec.js Add Angular keystone user creation action 2017-12-13 12:13:07 +09:00
users.service.js Fix unauthorized exception when using member user to access angular users panel 2018-03-31 18:57:58 +08:00
users.service.spec.js Fix unauthorized exception when using member user to access angular users panel 2018-03-31 18:57:58 +08:00