mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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
|
* @returns the url of the local inbox
|
||||||
*/
|
*/
|
||||||
getCoarLdnLocalInboxUrls(): Observable<string[]> {
|
getCoarLdnLocalInboxUrls(): Observable<string[]> {
|
||||||
return this.configService.findByPropertyName('ldn.notify.local-inbox-endpoint').pipe(
|
return this.configService.findByPropertyName('ldn.notify.inbox').pipe(
|
||||||
getFirstSucceededRemoteData(),
|
getFirstSucceededRemoteData(),
|
||||||
getRemoteDataPayload(),
|
getRemoteDataPayload(),
|
||||||
map((response: ConfigurationProperty) => {
|
map((response: ConfigurationProperty) => {
|
||||||
|
Reference in New Issue
Block a user