Skip to content

Commit c8b7a6c

Browse files
authored
Merge pull request #268 from topcoder-platform/fix/deliverable
check winner
2 parents 5c67016 + b9e846f commit c8b7a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/cronos/onlinereview/actions/project/ListProjectsAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ public String execute() throws BaseException {
344344
winnerId = null;
345345
}
346346
log.info("project:"+String.valueOf(projects[i].getId()));
347+
log.info(String.valueOf(winnerId));
347348
myDeliverables[i] = getMyDeliverablesForPhases(
348349
this, allMyDeliverables, phases[i], myResources[i], winnerId);
349350

0 commit comments

Comments
 (0)