Skip to content

Commit

Permalink
MIR-1361 Added id attribute to ror input
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Oct 18, 2024
1 parent 1e4600d commit e0ef791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@

<xed:template id="person.affiliation">
<mir:textfield repeat="true" xpath="mods:affiliation[not(@authorityURI)]" help-text="{i18n:mir.help.affiliation}" label="mir.affiliation" />
<mir:textfield repeat="true" xpath="mods:affiliation[@authorityURI='https://ror.org/']" help-text="{i18n:mir.help.affiliation.ror}" label="mir.affiliation.ror" />
<mir:textfield repeat="true" xpath="mods:affiliation[@authorityURI='https://ror.org/']" help-text="{i18n:mir.help.affiliation.ror}" label="mir.affiliation.ror" id="mir-ror-input"/>
</xed:template>

<xed:template id="nameIdentifier.repeated">
Expand Down

0 comments on commit e0ef791

Please sign in to comment.