Skip to content

Commit

Permalink
Fix reset button action for tenant tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed May 31, 2017
1 parent af25c50 commit a46aab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/ops_controller/ops_rbac.rb
Expand Up @@ -21,6 +21,8 @@ def rbac_tags_edit
'MiqGroup'
elsif nodes.first == "u" || nodes.last == "u"
'User'
elsif nodes.first == "tn" || nodes.last == "tn"
'Tenant'
else
params[:tagging]
end
Expand Down

0 comments on commit a46aab3

Please sign in to comment.