geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
428 stars 489 forks source link

upAndDownControlHidden not working after using + button in meta data editor #1164

Closed ekkelenkamp closed 7 months ago

ekkelenkamp commented 9 years ago

Hi,

I disabled the up and down controls for the iso19139 meta data editor by adding the upAndDownControlHidden="true". This seems to work while loading the meta data in the editor. In my case I have descriptiveKeywords:

<gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gco:CharacterString/>
               </gmd:keyword>
               .....
</gmd:descriptiveKeywords>

After adding a new keyword with the + button, a ^ button appears.

My view configuration is as follows:

<view name="default" hideTimeInCalendar="true" upAndDownControlHidden="true">

Is it possible to disable the ^ button after using the + button?

Regards,

Rudie Ekkelenkamp.

jodygarnett commented 9 months ago

Hello @ekkelenkamp - this issue has not attracted sufficient interest to be worked on. Is it still an issue in GeoNetwork 4?