mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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> {
|
||||
return this.configService.findByPropertyName('coar-notify.enabled').pipe(
|
||||
return this.configService.findByPropertyName('ldn.enabled').pipe(
|
||||
getFirstSucceededRemoteData(),
|
||||
map(response => {
|
||||
const booleanArrayValue = response.payload.values;
|
||||
|
Reference in New Issue
Block a user