Skip to content

Commit 69a1ad0

Browse files
committed
catalogs de explorization initial commit
1 parent 05f0539 commit 69a1ad0

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

db/fixtures/miq_product_features.yml

+18
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,24 @@
242242
:feature_type: node
243243
:identifier: catalog
244244
:children:
245+
- :name: Service Catalogs
246+
:description: Everything under Service Catalogs
247+
:feature_type: node
248+
:identifier: catalog_service_template_catalogs
249+
:children:
250+
- :name: View
251+
:description: View Service Catalogs
252+
:feature_type: node
253+
:identifier: catalog_service_template_catalogs_view
254+
:children:
255+
- :name: List
256+
:description: Display Lists of Service Catalogs
257+
:feature_type: view
258+
:identifier: catalog_service_template_catalogs_show_list
259+
- :name: Show
260+
:description: Display Service Catalog
261+
:feature_type: view
262+
:identifier: catalog_service_template_catalogs_show
245263
- :name: Catalog Items
246264
:description: Everything under All Catalog Items Accordion
247265
:feature_type: node

db/fixtures/miq_shortcuts.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
:url: /service/show_list
3535
:rbac_feature_name: service_show_list
3636
:startup: true
37+
- :name: catalog_service_catalogs
38+
:description: Services / Catalogs / Service Catalogs
39+
:url: /service_template_catalog/show_list
40+
:rbac_feature_name: catalog_service_template_catalogs_show_list
41+
:startup: true
3742
- :name: catalogs
3843
:description: Services / Catalogs
3944
:url: /catalog/explorer

0 commit comments

Comments
 (0)