mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
remove coar-notify.enable config, use ldn.enabled instead
This commit is contained in:
@@ -22,7 +22,7 @@ export class NotifyInfoService {
|
|||||||
) {}
|
) {}
|
||||||
|
|
||||||
isCoarConfigEnabled(): Observable<boolean> {
|
isCoarConfigEnabled(): Observable<boolean> {
|
||||||
return this.configService.findByPropertyName('coar-notify.enabled').pipe(
|
return this.configService.findByPropertyName('ldn.enabled').pipe(
|
||||||
getFirstSucceededRemoteData(),
|
getFirstSucceededRemoteData(),
|
||||||
map(response => {
|
map(response => {
|
||||||
const booleanArrayValue = response.payload.values;
|
const booleanArrayValue = response.payload.values;
|
||||||
|
Reference in New Issue
Block a user