mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
committed by
Rainer Killinger
parent
aba9627661
commit
bc13cc5e1f
@@ -206,7 +206,7 @@ export class DaiaDataProvider {
|
||||
return resourceLink;
|
||||
}
|
||||
|
||||
return `${this.hebisProxyUrl}${resourceLink}`;
|
||||
return `${this.hebisProxyUrl}${encodeURIComponent(resourceLink)}`;
|
||||
}
|
||||
|
||||
holdingHasStatus(available: DaiaService[]): boolean {
|
||||
|
||||
Reference in New Issue
Block a user