From 06057fb0bf21a5d9b8d433171e52b4383be04eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Tue, 4 Sep 2018 13:06:09 +0200 Subject: [PATCH] Add product feature for displaying custom button events https://bugzilla.redhat.com/show_bug.cgi?id=1511126 --- db/fixtures/miq_product_features.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 3a0c40b1bdf..abd611a08f7 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -6308,6 +6308,17 @@ :description: Display Individual Event Streams :feature_type: view :identifier: event_streams_show + - :name: Custom Button Events + :description: Everything under Custom Button Events + :hidden: true + :feature_type: node + :identifier: custom_button_events + :children: + - :name: List + :description: Display List of Custom Button Events + :hidden: true + :feature_type: view + :identifier: custom_button_events_show_list # SUI - :name: Service UI :description: Features for the Service UI