Skip to content

Commit

Permalink
UBO-277 Removed @min="4" from repeat element
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi authored and kkrebs committed Sep 27, 2023
1 parent 2f153b4 commit b98181b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<xed:load-resource name="attributeNames" uri="xslStyle:nameIDs2UserAttr:classification:metadata:-1:children:nameIdentifier" />

<xed:bind xpath="attributes">
<xed:repeat min="4" xpath="attribute[starts-with(@name,'id_')]" method="clone">
<xed:repeat xpath="attribute[starts-with(@name,'id_')]" method="clone">

<div class="form-group row">

Expand Down

0 comments on commit b98181b

Please sign in to comment.