Arved Solth

Results 62 issues of Arved Solth

Since catalog configurations are now maintained using the new class `ImportConfiguration` introduced in #5038, the corresponding `` entries in the main OPAC config file [kitodo_opac.xml](https://github.com/kitodo/kitodo-production/blob/156006e7cedcf145e20171546800468b19ad20e1/Kitodo/src/main/resources/kitodo_opac.xml) should be removed to reflect...

improvement

This adds an catalog configuration importer that transforms opac configurations from existing `kitodo_opac.xml` files into new `ImportConfiguration` objects. Also creates corresponding `MappingFile` objects where needed. Fixes #5224 Fixes #5262 **Edit**:...

**Describe the bug** Kitodo.Production supports encapsulating a search interface query inside an optional query delimiter character. This query delimiter was missing during hierarchical import which was fixed in #5287. It...

bug

**Describe the bug** Pull request #5239 fixed the generation of TSL/ASL for child processes without own title. In those cases TSL/ASL was generated using title data from parent processes. Unfortunately,...

bug

**Describe the bug** Currently, all `ImportConfiguration`s of type `Catalog search` allow configuring arbitrary `SearchField`s for search queries. This makes sense for SRU interfaces, but not for OAI interfaces which are...

bug

**Describe the bug** Even though it wasn't intentional, catalog configurations in `kitodo_opac.xml` allowed adding arbitrary URL parameters. These custom URL parameters have been used in some catalog configurations. #5038 replaced...

bug

I got a NullPointerException when trying to import some data using a mapping file that creates metadata groups and metadata entries within the group that are both unknown to the...

bug
import
ruleset

### Problem After the introduction of the new `ImportConfiguration` class in #5038 catalog configurations previously configured in the file `kitodo_opac.xml` do not work anymore. ### Solution A new `ImportConfigurationImporter` should...

feature

When saving an `ImportConfiguration` fails solely because of mapping file order errors (metadata format of subsequent mapping files don't fit or the final mapping file does not map to the...

improvement