Skip to content

Commit

Permalink
Merge pull request #12421 from lfu/ae_group_filters_1390678
Browse files Browse the repository at this point in the history
Expose a group's filters in automate.
(cherry picked from commit 7adb863)

https://bugzilla.redhat.com/show_bug.cgi?id=1392082
  • Loading branch information
gmcculloug authored and chessbyte committed Nov 7, 2016
1 parent 3faf09d commit 083dce6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ class MiqAeServiceMiqGroup < MiqAeServiceModelBase
expose :users, :association => true
expose :vms, :association => true
expose :tenant, :association => true
expose :filters, :method => :get_filters

def custom_keys
object_send(:miq_custom_keys)
Expand Down

0 comments on commit 083dce6

Please sign in to comment.