Jose García

Results 142 issues of Jose García

`LuceneSearcher.getMetadataFromIndex` are used to retrieve directly the information from the index from the metadata id or uuid, the method uses `LuceneSearcher.getMetadataFromIndex` with a filter of type `NoFilterFilter`, but that filter...

Opening a metadata detail page, 9 requests are sent 9 requests to user feedback API, even if the metadata doesn't have any user feedback. Seem a bit excessive, to investigate...

Test case: 1) In the editor dashboard check *Only my records* and click search --> A request is sent to filter the metadata (OK) 2) In the editor dashboard, select...

The xml send to update-fixed-info has the `geonet`namespace, but it's not copied in the output. This seem causing that elements processed end with it's inline definition: ``` ``` It's a...

The problem seem the language code used for example for German in the template `#GE`, but the code that manages the translation from iso2code to iso3code uses the `Languages`database table...

Due to https://github.com/geonetwork/core-geonetwork/pull/4712 Any service that is accessed though the proxy service for unlogged users is restricted to urls available in the metadata. This means that if the map service...

Not very clear if related to the fact of using a custom map or using a projection different than EPSG:4326 or Google Mercator. ![editor-map-config](https://user-images.githubusercontent.com/1695003/80724529-3eeaeb80-8b02-11ea-91e5-8abf987bb1a5.png) When I select the extent area,...

Tested in GeoNetwork 3.10: By default the editor map has no context defined, only the `Layer objects in JSON` property with the value `{"type":"osm"}`. It can be configured a context...

Override option in harvesters allow to override a metadata that is already in the catalogue, but managed by locally or by other harvester. The code is similar to all the...

Login as administrator and go to the `Administration` > `Classification systems` and add a thesaurus with the option `From registry` The option adds following path `/registry/registry.en.json` to the url to...