From 5c2aab8587c08ffb454c0df6a4c618b133d20be2 Mon Sep 17 00:00:00 2001 From: Joe VLcek Date: Mon, 15 Jul 2019 16:04:35 -0400 Subject: [PATCH] Allow modification of "Create new Picture" product feature on a role. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1727948 --- db/fixtures/miq_product_features.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index c4d4a0e053b..401f92c325f 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -1810,17 +1810,6 @@ :feature_type: node :identifier: rss -# Pictures -- :name: Pictures - :description: Everything under Pictures - :feature_type: admin - :identifier: pictures - :children: - - :name: Create new Picture - :description: Create a new picture - :feature_type: admin - :identifier: picture_new - # Policy - :name: Explorer :description: Control Explorer @@ -6253,6 +6242,16 @@ :feature_type: node :identifier: api_exclusive :children: + # Pictures + - :name: Pictures + :description: Everything under Pictures + :feature_type: node + :identifier: pictures + :children: + - :name: Create new Picture + :description: Create a new picture + :feature_type: admin + :identifier: picture_new - :name: Metrics :description: Everything under Metrics :feature_type: node