Skip to content

Commit

Permalink
Merge pull request ManageIQ#16332 from AparnaKarve/add_custom_button_…
Browse files Browse the repository at this point in the history
…feature_refs

Add Custom Buttons and Group features
  • Loading branch information
h-kataria authored Oct 28, 2017
2 parents ddc6393 + b4670da commit 44eb788
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2521,6 +2521,30 @@
:description: Add a Generic Object Class
:feature_type: admin
:identifier: generic_object_definition_new
- :name: Add Custom Button Group
:description: Add a Custom Button Group for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_group_new
- :name: Edit Custom Button Group
:description: Edit a Custom Button Group for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_group_edit
- :name: Delete Custom Button Group
:description: Delete a Custom Button Group for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_group_delete
- :name: Add Custom Button
:description: Add a Custom Button for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_button_new
- :name: Edit Custom Button
:description: Edit a Custom Button for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_button_edit
- :name: Delete Custom Button
:description: Delete a Custom Button for a Generic Object Class
:feature_type: control
:identifier: generic_object_definition_ab_button_delete

# Automate Generic Objects
- :name: Generic Objects
Expand Down

0 comments on commit 44eb788

Please sign in to comment.