Skip to content
Snippets Groups Projects
Unverified Commit 5afbb2a3 authored by Niko Beer's avatar Niko Beer Committed by GitHub
Browse files

Merge pull request #10 from Max-Reger-Institut/hotfix/editions-appendix

do not reroute image paths of rwa appendix images to resolve/single-s…
parents 22d11a74 d02fd34e
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ declare function local:getImageAreaPath($basePath as xs:string, $zone as element
let $singel-serv-resolveURL := $configResource//conf:single-serv-resolveURL/string()
let $docuservURLinternal := $configResource//conf:docuservURLinternal/string()
let $singleURL :=
if (matches($digilibBaseParams, 'music/editions'))
if (matches($digilibBaseParams, 'music/editions/'))
then
try {
(
......@@ -228,7 +228,7 @@ declare function local:getImageAreaPathForTips($basePath as xs:string, $zone as
let $singel-serv-resolveURL := $configResource//conf:single-serv-resolveURL/string()
let $docuservURLinternal := $configResource//conf:docuservURLinternal/string()
let $singleURL :=
if (matches($digilibBaseParams, 'music/editions'))
if (matches($digilibBaseParams, 'music/editions/'))
then
try {
(
......
......@@ -368,7 +368,7 @@ declare function local:toJSON($type as xs:string, $label as xs:string, $mdiv as
let $docuservURLinternal := $configResource//conf:docuservURLinternal/string()
let $log := console:log($digilibSizeParams)
let $singleURL :=
if (matches($digilibBaseParams, 'music/editions'))
if (matches($digilibBaseParams, 'music/editions/'))
then
try {
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment