Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add product features needed for v2v Transformation Mappings API #16947

Merged
merged 1 commit into from
Feb 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6057,6 +6057,43 @@
:feature_type: view
:identifier: monitor_alerts_most_recent

# Transformation Mappings
- :name: Transformation Mappings
:description: Everything under Transformation Mappings
:feature_type: node
:identifier: transformation_mapping
:children:
- :name: View
:description: View Transformation Mapping
:feature_type: view
:identifier: transformation_mapping_view
:children:
- :name: List
:description: Display Lists of Transformation Mappings
:feature_type: view
:identifier: transformation_mapping_show_list
- :name: Show
:description: Display Individual Transformation Mappings
:feature_type: view
:identifier: transformation_mapping_show
- :name: Modify
:description: Modify Transformation Mappings
:feature_type: admin
:identifier: transformation_mappings_admin
:children:
- :name: Create Transformation Mapping
:description: Create Transformation Mapping
:identifier: tranformation_mapping_new
:feature_type: admin
- :name: Edit Transformation Mapping
:description: Edit Transformation Mapping
:identifier: tranformation_mapping_edit
:feature_type: admin
- :name: Delete Transformation Mapping
:description: Delete Transformation Mapping
:identifier: transformation_mapping_delete
:feature_type: admin

# API
- :name: API
:description: Features Exclusive to the API
Expand Down