ualbertalib / NEOSDiscovery

Blacklight instance for the NEOS library consortium retired December 22, 2022
https://catalogue.neoslibraries.ca
4 stars 2 forks source link

Remove AGL Library from NEOS Discovery Home Page #528

Open ghost opened 3 years ago

ghost commented 3 years ago

Is your feature request related to a problem? Please describe. With the closure of AGL we need to remove their library from the NEOS home page.

Describe the solution you'd like Removing AGL location from /app/views/catalog/_home_text.html.erb, which is populated by the neos_libraries variable in the catalogue_controller.

Other considerations I'm not sure where the data for @neos_libraries comes from. It used to be in static configuration files but may now be populated from a database.

pgwillia commented 3 years ago

Yep. It's from the database

Library.find_by(short_code: 'gov').destroy

ghost commented 3 years ago

Thanks @pgwillia !