Skip to content

Commit

Permalink
reenable xlinks for contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Apr 11, 2024
1 parent c5698de commit 461e728
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions georchestra-migration/migration-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ All italic folder just have the `pom.xml` change.
- `test/resources/metadata-iso19139-for-editing.xml`
- `src/main/plugin/iso19115-3.2018/config/associated-panel/default.json` : Keep OGC API - Features placeholder
- `src/main/plugin/iso19139/loc` : COG and 3Dtiles added in labels.xml files.
- `iso19139/layout/config-editor.xml`: xlinks for contacts reenabled
- *schemas-test*
- *sde*
- services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
data-search-action="true"
data-popup-action="true"
data-template-type="contact"
data-insert-modes=""
data-insert-modes="text,xlink"
data-variables="gmd:role/gmd:CI_RoleCode/@codeListValue~{role}"/>
</for>
<for name="gmd:pointOfContact" addDirective="data-gn-directory-entry-selector">
Expand All @@ -210,7 +210,7 @@
data-search-action="true"
data-popup-action="true"
data-template-type="contact"
data-insert-modes=""
data-insert-modes="text,xlink"
data-variables="gmd:role/gmd:CI_RoleCode/@codeListValue~{role}"/>
</for>
<for name="gmd:distributorContact" addDirective="data-gn-directory-entry-selector">
Expand All @@ -219,7 +219,7 @@
data-search-action="true"
data-popup-action="true"
data-template-type="contact"
data-insert-modes=""
data-insert-modes="text,xlink"
data-variables="gmd:role/gmd:CI_RoleCode/@codeListValue~{role}"/>
</for>
<for name="gmd:processor" addDirective="data-gn-directory-entry-selector">
Expand All @@ -228,7 +228,7 @@
data-search-action="true"
data-popup-action="true"
data-template-type="contact"
data-insert-modes=""
data-insert-modes="text,xlink"
data-variables="gmd:role/gmd:CI_RoleCode/@codeListValue~{role}"/>
</for>
<for name="gmd:citedResponsibleParty" addDirective="data-gn-directory-entry-selector">
Expand All @@ -237,7 +237,7 @@
data-search-action="true"
data-popup-action="true"
data-template-type="contact"
data-insert-modes=""
data-insert-modes="text,xlink"
data-variables="gmd:role/gmd:CI_RoleCode/@codeListValue~{role}"/>
</for>
<for name="gmd:report" addDirective="data-gn-directory-entry-selector">
Expand Down

0 comments on commit 461e728

Please sign in to comment.