Skip to content

Commit

Permalink
Merge pull request #39 from Brown-University-Library/adds_cumb_pub_lib
Browse files Browse the repository at this point in the history
adds RIC per KE request
  • Loading branch information
contrick64 authored Aug 6, 2024
2 parents 0ebe10e + 6cfab69 commit 856d571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/models/institutions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ def self.all()
brown_ar = {code: "US-RPB", name: "Brown University Archives", active: "Y", link: "http://library.brown.edu/collections/archives/", email: "[email protected]"}
orgs << brown_ar

orgs << {code: "US-RiCuPL",
name: "Cumberland Public Library", active: "Y",
link: "https://www.cumberlandlibrary.org/",
email: "[email protected]"}

orgs << {code: "US-RiBrHMA",
name: "Haffenreffer Museum of Anthropology", active: "Y",
link: "http://www.brown.edu/Facilities/Haffenreffer/",
Expand Down
2 changes: 1 addition & 1 deletion app/presenters/search_results_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def reading_room?()
def force_show_all_institutions()
facet = @facets.find {|facet| facet.name == "institution_s" }
return if facet == nil
facet.add_value("Jamestown Historical Society", -1)
facet.add_value("Cumberland Public Library", -1)
facet.add_value("Johnson & Wales University", -1)
facet.add_value("Newport Art Museum", -1)
facet.add_value("Providence City Archives", -1)
Expand Down

0 comments on commit 856d571

Please sign in to comment.