diff --git a/CHANGELOG.md b/CHANGELOG.md index b8335c7d1..3765699a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/services/sfx_service.rb b/app/services/sfx_service.rb index 94040e7c3..008284c37 100644 --- a/app/services/sfx_service.rb +++ b/app/services/sfx_service.rb @@ -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)