Skip to content

Commit

Permalink
add freetext keyword multiple section support
Browse files Browse the repository at this point in the history
  • Loading branch information
david-blasby committed Jun 4, 2020
1 parent 327b42a commit eb50db6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/plugin/iso19139.ca.HNAP/layout/config-editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
Exclude all thesaurus already used in the metadata:
-->
<directiveAttributes data-include="xpath::string-join(gmd:MD_Metadata/gmd:identificationInfo
<directiveAttributes
data-always-create-new-freekeyword-section="true"
data-include="xpath::string-join(gmd:MD_Metadata/gmd:identificationInfo
//gmd:thesaurusName/*/gmd:identifier/*/
gmd:code/gmx:Anchor/
concat('-', substring-after(text()[. != ''], 'geonetwork.thesaurus.')), ',')"/>
Expand Down

0 comments on commit eb50db6

Please sign in to comment.