Skip to content
Snippets Groups Projects
Commit d02fd34e authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

do not reroute image paths of rwa appendix images to resolve/single-serve

parent 22d11a74
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