Skip to content

Save image servers earlier when autocreating

Erwan Rouchet requested to merge fix-iiif-lazy-saving into master

When an image server was created automatically, the server was not saved in database before the end of the parsing process. The ImageServer.find_image method sometimes has to save the Image instance (for example when updating the size attributes), which causes errors with not yet saved servers.

Merge request reports

Loading