Skip to content

Commit

Permalink
Merge pull request #15916 from eclarizio/dialog_user_ui_component_int…
Browse files Browse the repository at this point in the history
…egration

Allow the target attribute to be read on ResourceActionWorkflow objects
  • Loading branch information
gmcculloug authored Sep 6, 2017
2 parents 9721f9a + f84088f commit 1d27a3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/resource_action_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class ResourceActionWorkflow < MiqRequestWorkflow
attr_accessor :dialog
attr_accessor :request_options

attr_reader :target

def self.base_model
ResourceActionWorkflow
end
Expand Down

0 comments on commit 1d27a3d

Please sign in to comment.