From d9338984f5848062c2efeda9e9a2bb7565c18903 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 21 Apr 2022 13:01:44 +0100 Subject: [PATCH] Don't block support users from org details page --- app/controllers/organisations_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb index 36818db4b..25c75146f 100644 --- a/app/controllers/organisations_controller.rb +++ b/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