Skip to content

Commit

Permalink
MiqRequest was added to RBAC in ManageIQ#17208 but did not include Ac…
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed May 23, 2018
1 parent 7060b2d commit 582d4ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/miq_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class MiqRequest < ApplicationRecord
has_many :miq_approvals, :dependent => :destroy
has_many :miq_request_tasks, :dependent => :destroy

acts_as_miq_taggable

alias_attribute :state, :request_state

serialize :options, Hash
Expand Down

0 comments on commit 582d4ab

Please sign in to comment.