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
427 stars 489 forks source link

option to configure which fields are shown on harvest config #3168

Open pvgenuchten opened 6 years ago

pvgenuchten commented 6 years ago

in certain deployment scenario's certain harvester options are not relevant, for example

image

would be good then to hide them, to not over complicate the configuration options

fxprunayre commented 6 years ago

You mean remove category list/menu from everywhere in the UI when no category is defined ? Same when no XSL transformation. This would avoid to add additional config options for everything and engage people to configure the catalogue with more care (eg. remove category if you don't use it). Or do you need to be able to define this on a per harvester basis ?

pvgenuchten commented 6 years ago

our use case is that we want to deactivate the xsl transformations (in a pan organisational setup, applying generic xsl is less relevant) but i can imagine others may want to set validation to true always (and hide the option here) or indeed deactivate categories (makes sense to hide it on a higher level) we could also consider to hide it by css, if the table row would have a unique id

PascalLike commented 6 years ago

Two options here:

It would be good to have unique ids on any field, to facilitate the development of integration tests...

PascalLike commented 5 years ago

I think this can be closed @pvgenuchten