Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Request Form updates (#2039)
Browse files Browse the repository at this point in the history
Library operations have been modified for public health reasons related to the Covid-19 pandemic. Bruce Peel Special Collections remains closed with limited services available and RCRF requests are only available for pickup at Rutherford.

Updated the text for the BPSC form and changed the libraries available in the selection list for RCRF per email request and OTRS ticket.
  • Loading branch information
pgwillia authored Aug 10, 2020
1 parent 5e02b38 commit a483f5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver

## [Unreleased]

### Changed
- updated RCRF pickup locations [#2038](https://github.com/ualbertalib/discovery/issues/2038)
- updated BPSC retrieval request [#2037](https://github.com/ualbertalib/discovery/issues/2037)

### Fixed
- remove span tag showing in facets [#2011](https://github.com/ualbertalib/discovery/issues/2011)

Expand Down
11 changes: 2 additions & 9 deletions app/models/rcrf_special_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ class RCRFSpecialRequest
include ActiveModel::Model

# FIXME: Should be from database or something, probably duplication with locations.yml
# COVID-19: Curbside delivery is only at Rutherford
LIBRARIES = [
'University of Alberta Augustana',
'University of Alberta Bibliothèque Saint-Jean',
'University of Alberta Cameron-Science & Technology',
'University of Alberta HT Coutts-Education and Kinesiology, Sport, and Recreation',
'University of Alberta JA Weir-Law',
'University of Alberta JW Scott-Health Sciences',
'University of Alberta Rutherford-Humanities & Social Science',
"University of Alberta St Joseph's College",
'University of Alberta Winspear-Business'
'University of Alberta Rutherford-Humanities & Social Science'
].freeze

attr_accessor :name,
Expand Down
6 changes: 3 additions & 3 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ en:
review_policy_html:
'Prior to your visit, please review our
<a href="https://bpsc.library.ualberta.ca/info/visit#policy">Reading Room Policies.</a>'
date_of_planned_visit: 'Please indicate the first date of your planned visit. Public access hours are Monday-Friday
12:30-4:30pm. Facilities maintenance work is expected to cause intermittent closures this term, so please confirm
public access hours <a href="https://bpsc.library.ualberta.ca/">here</a>.'
date_of_planned_visit: 'Please note that the reading room in Bruce Peel Special Collections will remain closed through the
fall term (2020) due to COVID-19 and in order to accommodate a large facilities project. Limited services are available.
Updates and details can be found on the Peel website <a href="https://bpsc.library.ualberta.ca/">here</a>.'
call_number: 'Call Number'
rcrf_read_on_site_requests:
new:
Expand Down

0 comments on commit a483f5c

Please sign in to comment.