Skip to content

Commit

Permalink
Merge pull request #8957 from Fryguy/my_settings_fix
Browse files Browse the repository at this point in the history
Use new dedicated my_settings_view permission
  • Loading branch information
kbrock authored Nov 14, 2023
2 parents 7cb97e8 + b159173 commit 7b6b739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/configuration_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def title
end

def index
assert_privileges('my_settings')
assert_privileges('my_settings_view')
@breadcrumbs = []
active_tab = nil
if role_allows?(:feature => "my_settings_visuals")
Expand Down

0 comments on commit 7b6b739

Please sign in to comment.