Skip to content

Commit

Permalink
restored code fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
ffritze committed Aug 22, 2023
1 parent 55aca64 commit 45d66a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/webapp/metadataFragment.xhtml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
Expand Down Expand Up @@ -325,6 +326,11 @@
<h:outputText value="#{bundle.conditionalRequiredMsg}"/>
</p>
</ui:fragment>
<ui:fragment rendered="#{dsf.datasetFieldType.name == 'keyword'}">
<p class="help-block">
<h:outputText value="#{bundle.vocabularyFaqMsg}" escape="false"/>
</p>
</ui:fragment>
<ui:repeat value="#{dsf.datasetFieldCompoundValues}" var="compoundValue" varStatus="valCount">
<div class="form-group form-col-container col-sm-9 edit-compound-field" data-cvoc-parentfield="#{cvocConf.containsKey(dsf.datasetFieldType.id)?cvocConf.get(dsf.datasetFieldType.id).getString('field-name'):''}">
<!-- Sub Fields -->
Expand Down

0 comments on commit 45d66a4

Please sign in to comment.