aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/referentials_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb
index b08f58514..b63741ef6 100644
--- a/app/controllers/referentials_controller.rb
+++ b/app/controllers/referentials_controller.rb
@@ -55,7 +55,7 @@ class ReferentialsController < InheritedResources::Base
end
def select_compliance_control_set
- @compliance_control_sets = ComplianceControlSet.all
+ @compliance_control_sets = ComplianceControlSet.where(organisation: current_organisation)
end
def validate