mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-12235] changed property name to ldn.notify.inbox
This commit is contained in:
@@ -35,7 +35,7 @@ export class NotifyInfoService {
|
||||
* @returns the url of the local inbox
|
||||
*/
|
||||
getCoarLdnLocalInboxUrls(): Observable<string[]> {
|
||||
return this.configService.findByPropertyName('ldn.notify.local-inbox-endpoint').pipe(
|
||||
return this.configService.findByPropertyName('ldn.notify.inbox').pipe(
|
||||
getFirstSucceededRemoteData(),
|
||||
getRemoteDataPayload(),
|
||||
map((response: ConfigurationProperty) => {
|
||||
|
Reference in New Issue
Block a user