Skip to content

Commit

Permalink
Update src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
Browse files Browse the repository at this point in the history
include ZDB-prefix

Co-authored-by: TobiasNx <[email protected]>
  • Loading branch information
maipet and TobiasNx authored Dec 20, 2024
1 parent a9f4285 commit bfb90e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ do list(path: "77608", "var":"$i")
if all_match("$i.w", "^\\((?:DE-600|DE-605)\\)(.*)$")
do list(path:"$i.w", "var":"$j")
replace_all("$j", "^\\(DE-605\\)(.*)$", "http://lobid.org/resources/$1#!")
replace_all("$j", "^\\(DE-600\\)(.*)$", "http://lobid.org/resources/$1#!")
replace_all("$j", "^\\(DE-600\\)(.*)$", "http://lobid.org/resources/ZDB-$1#!")
copy_field("$j", "secondaryForm[].$append.id")
copy_field("$i.i", "secondaryForm[].$last.label")
end
Expand Down

0 comments on commit bfb90e8

Please sign in to comment.