core-geonetwork icon indicating copy to clipboard operation
core-geonetwork copied to clipboard

Metadata editor - support tooltips for thesaurus selector

Open josegar74 opened this issue 3 years ago • 0 comments

Support tooltips for the keyword selector widget. After the change: keyword-tooltips

The tooltips should be configured in the schema labels.xml with the name attribute as the the thesaurus key.

  <element name="external.theme.httpinspireeceuropaeumetadatacodelistSpatialDataServiceCategory-SpatialDataServiceCategory">
    <label>INSPIRE Service Classification</label>
    <description>The keywords are based on the geographic services taxonomy of EN ISO 19119. This taxonomy is organised in categories, the subcategories defining the value domain of the classification of spatial data services.</description>
  </element>

This is not optimal, as thesaurus can be used in different schemas, but the current code to get the tooltips in the editor is linked to the schema of the metadata being edited.

josegar74 avatar Jan 17 '22 13:01 josegar74