Skip to content

Commit

Permalink
Fixed control explorer feature id
Browse files Browse the repository at this point in the history
Fixed control explorer feature id for EvmRole-security, EvmRole-support,EvmRole-auditor, EvmRole-approver roles. This was causing confusion by not showing them as selected in the Product features tree whereas these roles did have an access to Control explorer in UI.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1525598
  • Loading branch information
h-kataria committed Jan 9, 2018
1 parent 42a687c commit 827e8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
- chargeback_reports
- customization_template_view
- iso_datastore_view
- control_explorer_view
- control_explorer
- dashboard
- ems_cluster_show
- ems_cluster_show_list
Expand Down Expand Up @@ -195,7 +195,7 @@
- chargeback_reports
- customization_template_view
- iso_datastore_view
- control_explorer_view
- control_explorer
- dashboard
- ems_cluster_show
- ems_cluster_show_list
Expand Down Expand Up @@ -477,7 +477,7 @@
- compute
- chargeback
- chargeback_reports
- control_explorer_view
- control_explorer
- dashboard
- datastore
- ems_cluster_show
Expand Down Expand Up @@ -562,7 +562,7 @@
- compute
- chargeback
- chargeback_reports
- control_explorer_view
- control_explorer
- dashboard
- datastore
- ems_cluster_show
Expand Down

0 comments on commit 827e8a8

Please sign in to comment.