Skip to content

Commit

Permalink
Merge pull request ManageIQ#20944 from h-kataria/action_de-explorization
Browse files Browse the repository at this point in the history
Added show_list/show features to support MiqAction de-explorization changes
  • Loading branch information
gtanzillo authored Feb 12, 2021
2 parents 17cd92b + fac0180 commit 174fae1
Show file tree
Hide file tree
Showing 3 changed files with 12 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
1 change: 1 addition & 0 deletions locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@ en:
last_compliance: Last Compliance History
ldap: LDAP
linux_initprocesses: Linux Init Processes
miq_action: Action
miq_alert: Alert
miq_approval_stamps: Stamped Approvals
miq_approvals: Approvals
Expand Down

0 comments on commit 174fae1

Please sign in to comment.