Skip to content

Commit 2bc69c2

Browse files
committed
Check volume ID against bibliography collection
… previously the release helper’s volume ID check expected that you had the TEI files on hand.
1 parent a4084fa commit 2bc69c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarterly-release.xq

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ declare function local:form($volumes as xs:string*) {
173173
declare function local:validate($vol-ids as xs:string*) {
174174
for $vol-id in $vol-ids
175175
return
176-
if (frus:exists-volume-in-db($vol-id)) then ()
176+
if (frus:exists-volume($vol-id)) then ()
177177
else $vol-id
178178
};
179179

0 commit comments

Comments
 (0)