kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
60 stars 65 forks source link

Additional fields for newspapers could not be used in firstchild docstruct #880

Closed henning-gerhardt closed 6 years ago

henning-gerhardt commented 7 years ago

Additional fields on the new process dialog / form won't be filled up with data from used catalog on media / document newspaper if this additional field should be used in the first child of the document.

In method fillFieldsFromMetadataFile of class ProzesskopieForm in line 568 is a null pointer exception is thrown, while accessing the first child element as the list of child elements is empty.

In Kitodo.Production 2.0.0 was the behaviour that this null pointer exception was catched and ignored.

henning-gerhardt commented 6 years ago

Closing as pull request was merged.