diff --git a/app/models/miq_product_feature.rb b/app/models/miq_product_feature.rb index a13d1179953..4c933ca3e1b 100644 --- a/app/models/miq_product_feature.rb +++ b/app/models/miq_product_feature.rb @@ -1,7 +1,7 @@ class MiqProductFeature < ApplicationRecord SUPER_ADMIN_FEATURE = "everything".freeze REPORT_ADMIN_FEATURE = "miq_report_superadmin".freeze - REQUEST_ADMIN_FEATURE = "miq_request_superadmin".freeze + REQUEST_ADMIN_FEATURE = "miq_request_approval".freeze ADMIN_FEATURE = REPORT_ADMIN_FEATURE acts_as_tree diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index aa28a13bb9d..2d2029eb9e9 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -180,10 +180,6 @@ :description: Edit a Request :feature_type: admin :identifier: miq_request_edit - - :name: Request Admin - :description: Edit other user's requests - :feature_type: admin - :identifier: miq_request_superadmin # Catalog Items - :name: Catalogs Explorer diff --git a/db/fixtures/miq_user_roles.yml b/db/fixtures/miq_user_roles.yml index 8ac8295debf..63390b09941 100644 --- a/db/fixtures/miq_user_roles.yml +++ b/db/fixtures/miq_user_roles.yml @@ -72,7 +72,7 @@ - miq_report - miq_report_superadmin - miq_request - - miq_request_superadmin + - miq_request_approval - miq_template - orchestration_stack - physical_server