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

Added separate features for Requests subtabs #17524

Merged
merged 1 commit into from
Jun 18, 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
104 changes: 103 additions & 1 deletion db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
:feature_type: view
:identifier: infra_topology_view

# MiqRequest
# MiqRequest under Services maintab for all Request types
- :name: Requests
:description: Everything under Requests
:feature_type: node
Expand Down Expand Up @@ -185,6 +185,108 @@
:feature_type: admin
:identifier: miq_request_superadmin

# MiqRequest under Compute/Infrastructure tab for Host Requests
- :name: Requests
:description: Everything under Requests
:feature_type: node
:identifier: host_miq_request
:children:
- :name: View
:description: View Requests
:feature_type: view
:identifier: host_miq_request_view
:children:
- :name: List
:description: Display Lists of Requests
:feature_type: view
:identifier: host_miq_request_show_list
- :name: Show
:description: Display Individual Requests
:feature_type: view
:identifier: host_miq_request_show
- :name: Reload
:description: Reload Requests
:feature_type: view
:hidden: true
:identifier: host_miq_request_reload
- :name: Operate
:description: Perform Operations on Requests
:feature_type: control
:identifier: host_miq_request_control
:children:
- :name: Approve and Deny
:description: Approve and Deny Requests
:feature_type: control
:identifier: host_miq_request_approval
- :name: Modify
:description: Modify Requests
:feature_type: admin
:identifier: host_miq_request_admin
:children:
- :name: Copy
:description: Copy a Request
:feature_type: admin
:identifier: host_miq_request_copy
- :name: Delete
:description: Delete Requests
:feature_type: admin
:identifier: host_miq_request_delete
- :name: Edit
:description: Edit a Request
:feature_type: admin
:identifier: host_miq_request_edit

# MiqRequest under Automation/Automate tab for Automate Requests
- :name: Requests
:description: Everything under Requests
:feature_type: node
:identifier: ae_miq_request
:children:
- :name: View
:description: View Requests
:feature_type: view
:identifier: ae_miq_request_view
:children:
- :name: List
:description: Display Lists of Requests
:feature_type: view
:identifier: ae_miq_request_show_list
- :name: Show
:description: Display Individual Requests
:feature_type: view
:identifier: ae_miq_request_show
- :name: Reload
:description: Reload Requests
:feature_type: view
:hidden: true
:identifier: ae_miq_request_reload
- :name: Operate
:description: Perform Operations on Requests
:feature_type: control
:identifier: ae_miq_request_control
:children:
- :name: Approve and Deny
:description: Approve and Deny Requests
:feature_type: control
:identifier: ae_miq_request_approval
- :name: Modify
:description: Modify Requests
:feature_type: admin
:identifier: ae_miq_request_admin
:children:
- :name: Copy
:description: Copy a Request
:feature_type: admin
:identifier: ae_miq_request_copy
- :name: Delete
:description: Delete Requests
:feature_type: admin
:identifier: ae_miq_request_delete
- :name: Edit
:description: Edit a Request
:feature_type: admin
:identifier: ae_miq_request_edit

# Catalog Items
- :name: Catalogs Explorer
:description: Everything under Catalogs
Expand Down