Skip to content

Commit

Permalink
Added show_list/show features to support de-explorization changes
Browse files Browse the repository at this point in the history
Also updated startpage shortcut url

for ManageIQ/manageiq-ui-classic#7348
  • Loading branch information
h-kataria committed Feb 8, 2021
1 parent 8dd1508 commit ea9bbaa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1983,10 +1983,10 @@
:feature_type: node
:identifier: miq_action
:children:
- :name: Modify
:description: Modify Policy Actions
:feature_type: admin
:identifier: miq_action_admin
- :name: View
:description: View Policy Actions
:feature_type: view
:identifier: miq_action_view
:children:
- :name: List
:description: Display All Policy Actions
Expand All @@ -1996,6 +1996,11 @@
:description: Show MiqAction
:feature_type: view
:identifier: miq_action_show
- :name: Modify
:description: Modify Policy Actions
:feature_type: admin
:identifier: miq_action_admin
:children:
- :name: Add
:description: Add a Policy Action
:feature_type: admin
Expand Down
4 changes: 2 additions & 2 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
:startup: true
- :name: miq_action
:description: Control / Actions
:url: /miq_action/explorer
:rbac_feature_name: miq_action
:url: /miq_action/show_list
:rbac_feature_name: miq_action_show_list
:startup: true
- :name: miq_alert_set
:description: Control / Alert Profiles
Expand Down

0 comments on commit ea9bbaa

Please sign in to comment.