Skip to content

Commit

Permalink
CLDR-16835 fix phase check for adding items
Browse files Browse the repository at this point in the history
- adding items was using the overall phase instead of the specific phase
  • Loading branch information
srl295 committed Jun 20, 2024
1 parent 4d13413 commit 12a27c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,7 @@ public static VoteResponse getHandleVoteResponse(
CandidateInfo ci = calculateCandidateItem(result, val, dataRow);
// Now, recalculate the statusAction for accepting the new item
r.statusAction =
CLDRConfig.getInstance()
.getPhase()
SurveyMain.checkCLDRPhase(locale)
.getAcceptNewItemAction(
ci,
dataRow,
Expand Down

0 comments on commit 12a27c7

Please sign in to comment.