Skip to content

fix(server): fix(server): update book status on whole book cases

Giannis Kopanas requested to merge fix-new-upload-status into develop

Here we fix issue #1395 (closed)

We stopped using the book.updateStatus because it is dificult to calculate the status based on the current status of the files . There are cases like in this issue that we cannot decide the correct status by just having the current status of the fileVersion.

For that i just replaced that function and just updated the status at the individual command.

Edited by Giannis Kopanas

Merge request reports