Skip to content

Commit

Permalink
DBT-375 allow multiple assignments to mir_institutes
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Jun 19, 2024
1 parent f6a4313 commit 4d76472
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/main/resources/META-INF/resources/editor/editor-dbt.xed
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,68 @@
<xed:modify ref="admin.fields">
<xed:include ref="oai" after="institutes" />
<xed:include ref="itunes-podcast" after="genre" />
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.book.common">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.thesis.common">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.teaching_material">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.publication.common">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.report.common">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.entry">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.preface">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.interview">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.speech">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.patent">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.poster">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.av.common">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.research_data">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.lecture">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.picture">
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="institutes" />
</xed:modify>

</xed:template>

0 comments on commit 4d76472

Please sign in to comment.