Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIR-1366 ppn import keywords and geographic place not visible in admin editor #1081

Open
wants to merge 2 commits into
base: 2022.06.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1612,11 +1612,11 @@
</xed:template>

<xed:template id="geographic">
<mir:geographic.repeated path="mods:subject[not(mods:topic)]/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" />
<mir:geographic.repeated path="mods:subject/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" />
</xed:template>

<xed:template id="geographic.complex">
<mir:geographic.repeated path="mods:subject[not(mods:topic)]/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" extended="true" />
<mir:geographic.repeated path="mods:subject/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" extended="true" />
</xed:template>

<xed:template id="geographic.input">
Expand Down Expand Up @@ -1858,7 +1858,7 @@
</xed:template>

<xed:template id="subject.complex">
<xed:repeat xpath="mods:subject[not(mods:geographic)]" min="1" max="20">
<xed:repeat xpath="mods:subject[mods:topic]" min="1" max="20">
<fieldset>
<div class="row mir-fieldset-legend">
<legend class="col-md-9" style="margin-bottom:0px;padding-top:10px;">
Expand All @@ -1874,7 +1874,7 @@
</xed:template>

<xed:template id="subject.complex.required">
<xed:repeat xpath="mods:subject[not(mods:geographic)]" min="1" max="20">
<xed:repeat xpath="mods:subject[mods:topic]" min="1" max="20">
<fieldset>
<div class="row mir-fieldset-legend">
<legend class="col-md-9" style="margin-bottom:0px;padding-top:10px;">
Expand Down
Loading