We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430d8ca commit 5f3a555Copy full SHA for 5f3a555
1 file changed
src/backend/src/services/part-review.services.ts
@@ -1071,7 +1071,7 @@ export default class PartReviewService {
1071
}
1072
});
1073
1074
- if (!popup || popup.review.submission.part.project.wbsElement.organizationId) {
+ if (!popup || popup.review.submission.part.project.wbsElement.organizationId !== organizationId) {
1075
throw new NotFoundException('Pop Up', popupId);
1076
1077
@@ -1108,7 +1108,7 @@ export default class PartReviewService {
1108
1109
1110
1111
1112
1113
1114
0 commit comments