diff --git a/app/controllers/ops_controller/ops_rbac.rb b/app/controllers/ops_controller/ops_rbac.rb index afb6f872b7e..da50f7acb63 100644 --- a/app/controllers/ops_controller/ops_rbac.rb +++ b/app/controllers/ops_controller/ops_rbac.rb @@ -1372,6 +1372,7 @@ def rbac_role_set_record_vars(role) def populate_role_features(role) role.miq_product_features = MiqProductFeature.find_all_by_identifier(rbac_compact_features(@edit[:new][:features])) + User.current_user.reload end # Validate some of the role fields