diff --git a/app/controllers/plans_controller.rb b/app/controllers/plans_controller.rb index 6cc21c7a0f..437a5093ae 100644 --- a/app/controllers/plans_controller.rb +++ b/app/controllers/plans_controller.rb @@ -192,7 +192,7 @@ def show @important_ggs << [current_user.org, @all_ggs_grouped_by_org[current_user.org]] end @all_ggs_grouped_by_org.each do |org, ggs| - @important_ggs << [org, ggs] if org.organisation? + @important_ggs << [org, ggs] if Org.default_orgs.include?(org) # If this is one of the already selected guidance groups its important! unless (ggs & @selected_guidance_groups).empty?