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 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver
## [Unreleased]
### 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)

### Removed
- Email Interceptor for UAT environments [PR#1387](https://github.com/ualbertalib/discovery/pull/1387)
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