Skip to content

fix(submit): show multiple versions correctly

Ben Whitmore requested to merge 1528-fix-create-new-version into main

See #1528 (closed)

When implementing caching code, I thought I had checked carefully and concluded that manuscript versions were only being queried for a top-level manuscript -- i.e. the manuscripts returned would all be its children. But there were some uses that I missed, where the supplied manuscript ID was actually the latest version of the manuscript, and we needed to return all preceding versions.

Merge request reports