Skip to content

Commit

Permalink
PHTG-111 Fixed issue with reseach area in metadata form
Browse files Browse the repository at this point in the history
  • Loading branch information
xaher committed Mar 26, 2024
1 parent d570001 commit a8a289d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
</xed:template>

<xed:template id="project.research_areas">
<xed:bind xpath="mods:classification[@authorityURI='https://publikationsserver.phtg.ch/classifications/research_areas'][@displayLabel='research_fields']/@valueURIxEditor">
<xed:bind xpath="mods:classification[@authorityURI='https://publikationsserver.phtg.ch/classifications/research_areas'][@displayLabel='research_areas']/@valueURIxEditor">
<div class="form-group row {$xed-validation-marker}">
<label class="col-md-3 col-form-label text-right">
<xed:output i18n="project.form.label.research_areas" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ component.mods.metaData.dictionary.identifier.intern = Bestand Campus-Bib
component.mods.metaData.dictionary.oa = OA-Status
component.mods.metaData.dictionary.peer_review = Peer-Reviewed
component.mods.metaData.dictionary.publisher.creation = Name der Institution
component.mods.metaData.dictionary.research_fields = Forschungsbereich
component.mods.metaData.dictionary.research_areas = Forschungsbereich
component.mods.metaData.dictionary.rvk = RVK
editor.search.mir.rvk = RVK
editor.search.mir.rvk.tooltip = Auf der RVK basierende Sachgruppenklassifikation.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/setup_reposis_phtg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ update classification from uri resource:classifications/ddc.xml
update classification from uri resource:classifications/mir_genres.xml
update classification from uri resource:classifications/mir_institutes.xml
update classification from uri resource:classifications/noteTypes.xml
update classification from uri resource:classifications/research_fields.xml
update classification from uri resource:classifications/research_areas.xml
update classification from uri resource:classifications/research_projects.xml
update classification from uri resource:classifications/rfc5646.xml
update classification from uri resource:classifications/rvk.xml

0 comments on commit a8a289d

Please sign in to comment.