diff --git a/lib/dmpopidor/controllers/plans.rb b/lib/dmpopidor/controllers/plans.rb index dcd9650..a3b9c78 100644 --- a/lib/dmpopidor/controllers/plans.rb +++ b/lib/dmpopidor/controllers/plans.rb @@ -12,7 +12,7 @@ @funders = Org.funder .joins(:templates) .where(templates: { published: true }).uniq.sort_by(&:name) - @orgs = (Org.organisation + Org.institution + Org.managing_orgs).flatten + @orgs = (Org.organisation + Org.institution + Org.managing_orgs + Org.where(is_other: true)).flatten .select { |org| org.active == true } .uniq.sort_by(&:name)