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

Update sfx_service.rb #2074

Merged
4 commits merged into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,10 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver

### Added
- Mail catcher docker container for checking mail on UAT [#1342](https://github.com/ualbertalib/discovery/pull/1342)
- Added local Blacklight SFX to exclusion list [#2074](https://github.com/ualbertalib/discovery/pull/2074)
- New request forms for RCRF/BPSC [#1386](https://github.com/ualbertalib/discovery/pull/1386)


### Removed
- Email Interceptor for UAT environments [PR#1387](https://github.com/ualbertalib/discovery/pull/1387)
- Dependency for rubyracer. [#1378](https://github.com/ualbertalib/discovery/issues/1378)
Expand Down
2 changes: 1 addition & 1 deletion app/services/sfx_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def sfx_id(target)
end

def local_targets
['LOCAL_CATALOGUE_SIRSI_UNICORN', 'MESSAGE_NO_DOCDEL_LCL', 'MESSAGE_NO_HOLD_LCL']
['LOCAL_CATALOGUE_SIRSI_UNICORN', 'MESSAGE_NO_DOCDEL_LCL', 'MESSAGE_NO_HOLD_LCL', 'LOCAL_CATALOGUE_BLACKLIGHT_LCL']
end

def name(target)
Expand Down