Skip to content

Commit

Permalink
Merge pull request #18982 from jvlcek/bz_1727948_picture_product_feature
Browse files Browse the repository at this point in the history
Allow modification of "Create new Picture" product feature on a role.
  • Loading branch information
h-kataria authored Jul 16, 2019
2 parents d701f80 + 5c2aab8 commit 781bb9e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 781bb9e

Please sign in to comment.