Skip to content

Commit

Permalink
Merge pull request ManageIQ#21016 from h-kataria/event_filter_move_to…
Browse files Browse the repository at this point in the history
…_event_definition

Renamed miq_event features and startpage url to miq_event_definition …
  • Loading branch information
gtanzillo authored Feb 8, 2021
2 parents aaa8ba2 + a9ff940 commit 8dd1508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1967,16 +1967,16 @@
:description: Everything under Policy Events
:protected: true
:feature_type: node
:identifier: miq_event
:identifier: miq_event_definition
:children:
- :name: List
:description: Display All Policy Events
:feature_type: view
:identifier: miq_event_show_list
:identifier: miq_event_definition_show_list
- :name: Show
:description: Show Policy Event
:feature_type: view
:identifier: miq_event_show
:identifier: miq_event_definition_show
- :name: Actions
:description: Everything under Policy Actions
:protected: true
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 @@ -419,9 +419,9 @@
:url: /miq_policy/show_list
:rbac_feature_name: miq_policy_show_list
:startup: true
- :name: miq_event
- :name: miq_event_definition
:description: Control / Events
:url: /miq_event/explorer
:url: /miq_event_definition/show_list
:rbac_feature_name: miq_event
:startup: true
- :name: consdition
Expand Down

0 comments on commit 8dd1508

Please sign in to comment.