Skip to content

Commit

Permalink
Insitution additions (#543)
Browse files Browse the repository at this point in the history
* new tenants for institution list

* turing inst sub dom is ati not turing
  • Loading branch information
cziaarm authored May 10, 2024
1 parent 797e5fe commit 9572024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ubiquity/preselect_institution_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def fetch_institution_by_tenant
'Science Museum Group' => ['sciencemuseumgroup', 'sciencemuseumgroup-demo'],
'National Trust' => ['nt', 'nt-demo'],
'National Library of Scotland' => ['nls', 'nls-demo'],
'The Alan Turing Institute' => ['turing', 'turing-demo'],
'The Alan Turing Institute' => ['ati', 'ati-demo'],
'' => ['nhs', 'nhs-demo']
}
institution_hash.select { |_key, values| values.include?(tenant_name) }.keys.first
Expand Down

0 comments on commit 9572024

Please sign in to comment.