Skip to content

fix(review): make old reviews readonly

Ben Whitmore requested to merge 1556-old-reviews-readonly into main

See #1556 (closed).

Fixed a bug whereby uncompleted reviews on old versions still showed as active forms in the review page, allowing them to be modified.

The ReviewLayout code was messy and contained confusing dead code, which I have removed.

I also fixed the layout of the ReviewPreview page which was broken:

image

Fixed to look like this:

image

Merge request reports