Skip to content

Commit

Permalink
FIX - issue with link href in editor (constraints).
Browse files Browse the repository at this point in the history
  • Loading branch information
GeryNi committed Oct 25, 2024
1 parent 9cef292 commit 295cc36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
<!-- <for name="mco:otherConstraints" use="textarea"/>-->
<for name="mco:otherConstraints" use="data-gn-keyword-picker">
<directiveAttributes data-thesaurus-key="external.theme.access_use_conditions"
data-thesaurus-concept-id-attribute="xlinkCOLONhref"/>
data-thesaurus-concept-id-attribute="xlinkCOLONhref"
data-show-hints-on-focus="true"/>
</for>
<for name="mri:statement" use="textarea"/>
<for name="mri:supplementalInformation" use="textarea"/>
Expand Down Expand Up @@ -109,14 +110,16 @@
use="data-gn-keyword-picker">
<directiveAttributes data-thesaurus-key="external.theme.httpregistrymetawalcodelistmediatypes-media-types"
data-number-of-suggestions="200"
data-thesaurus-concept-id-attribute="xlinkCOLONhref"/>
data-thesaurus-concept-id-attribute="xlinkCOLONhref"
data-show-hints-on-focus="true"/>
</for>

<for name="cit:title"
xpath="/mdb:MD_Metadata/mdb:dataQualityInfo/mdq:DQ_DataQuality/mdq:report/mdq:DQ_DomainConsistency/mdq:result/mdq:DQ_ConformanceResult/mdq:specification/cit:CI_Citation/cit:title"
use="data-gn-keyword-picker">
<directiveAttributes data-thesaurus-key="external.theme.inspire-technical-guidelines"
data-thesaurus-concept-id-attribute="xlinkCOLONhref"/>
data-thesaurus-concept-id-attribute="xlinkCOLONhref"
data-show-hints-on-focus="true"/>
</for>

<for name="mdb:contact" addDirective="data-gn-directory-entry-selector">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@
var conceptIdElement = angular.element(
'<div class="well well-sm gn-keyword-picker-concept-id row">' +
' <div class="form-group">' +
' <label class="col-sm-4"><i class="fa fa-link fa-fw"/><span data-translate>URL</span></label>' +
' <label class="col-sm-4"><i class="fa fa-link fa-fw"></i><span data-translate>URL</span></label>' +
' <div class="col-sm-6"><input ' +
inputPropertyName +
'="' +
Expand Down

0 comments on commit 295cc36

Please sign in to comment.