We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c7127 + b54fe1d commit 97340d5Copy full SHA for 97340d5
app/controllers/ops_controller/ops_rbac.rb
@@ -1386,6 +1386,7 @@ def rbac_role_set_record_vars(role)
1386
def populate_role_features(role)
1387
role.miq_product_features =
1388
MiqProductFeature.find_all_by_identifier(rbac_compact_features(@edit[:new][:features]))
1389
+ User.current_user.reload
1390
end
1391
1392
# Validate some of the role fields
0 commit comments