Skip to content

Fix(manuscript-version): added null check of new DOI column

Pankaj Kandpal requested to merge fix/create-new-manuscript-version into main

The issue addressed #1055 (closed)

The reason was the addition of a new DOI column was supposed to be a string value, for which validation used to fail when doi column had null value. In the table structure, by default, it is now set to not null, having a default value. For the existing data, all the Submission.DOI values are migrated to the DOI column

Merge request reports