diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 463a8f6dc55..c773db9a1bb 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -242,6 +242,24 @@ :feature_type: node :identifier: catalog :children: + - :name: Service Catalogs + :description: Everything under Service Catalogs + :feature_type: node + :identifier: catalog_service_template_catalogs + :children: + - :name: View + :description: View Service Catalogs + :feature_type: node + :identifier: catalog_service_template_catalogs_view + :children: + - :name: List + :description: Display Lists of Service Catalogs + :feature_type: view + :identifier: catalog_service_template_catalogs_show_list + - :name: Show + :description: Display Service Catalog + :feature_type: view + :identifier: catalog_service_template_catalogs_show - :name: Catalog Items :description: Everything under All Catalog Items Accordion :feature_type: node diff --git a/db/fixtures/miq_shortcuts.yml b/db/fixtures/miq_shortcuts.yml index c5826ce2f99..b44b80955b9 100644 --- a/db/fixtures/miq_shortcuts.yml +++ b/db/fixtures/miq_shortcuts.yml @@ -34,6 +34,11 @@ :url: /service/show_list :rbac_feature_name: service_show_list :startup: true +- :name: catalog_service_catalogs + :description: Services / Catalogs / Service Catalogs + :url: /service_template_catalog/show_list + :rbac_feature_name: catalog_service_template_catalogs_show_list + :startup: true - :name: catalogs :description: Services / Catalogs :url: /catalog/explorer