Fixes broken access to artefact_snapshot by peer reviewer by extending...
Fixes broken access to artefact_snapshot by peer reviewer by extending EditorReviewViewSet queryset accordingly - EditorReviewViewSet we also allow detail access to EditorReview record for associated peer reviewers. - todo improve privacy and optimize data exchange size by removing these extra access, copying relevant EditorReview fields in PeerReview and avoid fetching whole EditorReview from peer review component. ref #374
Please register or sign in to comment