Skip to content

Commit 9641142

Browse files
authored
Merge pull request #260 from topcoder-platform/fix/iterative-review
update error message
2 parents b48980b + ba90e66 commit 9641142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cronos/onlinereview/actions/projectreview/BaseProjectReviewAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ protected String saveGenericReview(DynamicModel reviewForm, HttpServletRequest r
10251025
.getName()
10261026
.equals(com.topcoder.onlinereview.component.project.phase.handler.Constants.SUBMISSION_STATUS_ACTIVE)) {
10271027
return ActionsHelper.produceErrorReport(
1028-
this, request, permName, "Error.IncorrectPhase", null);
1028+
this, request, permName, "Error.SubmissionNotActive", null);
10291029
}
10301030
// Get "My" resource for the appropriate phase
10311031
Resource myResource = ActionsHelper.getMyResourceForPhase(request, phase);

0 commit comments

Comments
 (0)