Browse Source

Don't block support users from org details page

pull/484/head
baarkerlounger 3 years ago
parent
commit
d9338984f5
  1. 2
      app/controllers/organisations_controller.rb

2
app/controllers/organisations_controller.rb

@ -51,8 +51,6 @@ private
end
def find_resource
return if current_user.support?
@organisation = Organisation.find(params[:id])
end
end

Loading…
Cancel
Save