Commits

Alexandre Vryghem authored and github-actions[bot] committed d3fdfebde19
107671: Fix handle theme not working with canonical prefix https://hdl.handle.net/

(cherry picked from commit a7faf7d449a44ce793bfe4b72cf7b377445ae181)
No tags

src/app/core/data/configuration-data.service.ts

Modified
1 -/* eslint-disable max-classes-per-file */
2 1 import { Injectable } from '@angular/core';
3 2 import { Observable } from 'rxjs';
4 3 import { RemoteDataBuildService } from '../cache/builders/remote-data-build.service';
5 4 import { ObjectCacheService } from '../cache/object-cache.service';
6 5 import { HALEndpointService } from '../shared/hal-endpoint.service';
7 6 import { RemoteData } from './remote-data';
8 7 import { RequestService } from './request.service';
9 8 import { ConfigurationProperty } from '../shared/configuration-property.model';
10 9 import { CONFIG_PROPERTY } from '../shared/config-property.resource-type';
11 10 import { IdentifiableDataService } from './base/identifiable-data.service';

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut