Christoph Bartmann
Christoph Bartmann
Thank you very much for looking into that. Yes, i know this is not valid OAI interface structure, it is more of a fake OAI interface to allow for easy...
It seems like the function `isTemplatUsed` is called four times for every template displayed in the templateList-xhtml, e.g. https://github.com/kitodo/kitodo-production/blob/f58592bfe58d58bfc6aa72399574cbcfd3102e65/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml#L84 https://github.com/kitodo/kitodo-production/blob/f58592bfe58d58bfc6aa72399574cbcfd3102e65/Kitodo/src/main/webapp/WEB-INF/templates/includes/projects/templateList.xhtml#L107 Which would probably mean 40 database (Elasticsearch?) queries in your...
I am wondering if this flag ("is_used_by_processes") should just be a property of the template, set to NULL for existing templates. Then this has to be only calculated once and...
I opened a discussion here: https://github.com/kitodo/kitodo-production/discussions/5351
I tried to summarize different aspects discussed in the community meeting in a Github discussion: https://github.com/kitodo/kitodo-production/discussions/5418
I think you are correct here, a additional save is necessary. However: The deletion of an image might happen accidentally without the user being aware. If the user then performs...
Thank you for your thoughts. I agree that it would be more consistent to always show a delete dialog (also for other elements). I introduced it for images because it...
This might be about a special scenario but nevertheless: I tried the changes with the scenario described in the linked issue (importing an entry from K10 plus without having all...
That would indeed be helpful. One challenge is probably how customizable a metadata mapping could be. How should the metadata keys be named for example. And more specific: If you...
Looks good. I am wondering whether we also need to encode the query parameter values here: https://github.com/kitodo/kitodo-production/blob/83b1b9fcbb586add543a55c8d7844d0d82077e36/Kitodo-Query-URL-Import/src/main/java/org/kitodo/queryurlimport/QueryURLImport.java#L417 I suppose this is right now only used in SRU context, where we...