Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 7713c43

Browse files
committed
#809: forgot to apply unique-attributes on groups
1 parent c6bd7e9 commit 7713c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/lib/xquery/setup.xqy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ declare function setup:rewrite-config($import-configs as node()+, $properties as
590590
)/preceding-sibling::node(),
591591

592592
<groups xmlns="http://marklogic.com/xdmp/group">{
593-
$import-configs/gr:groups/@*,
593+
setup:unique-attributes($import-configs/gr:groups/@*),
594594

595595
let $default-group := ($import-configs/@default-group, "Default")[1]
596596
for $group in fn:distinct-values(

0 commit comments

Comments
 (0)