Skip to content

Commit 8e1b13a

Browse files
authored
CLDR-18721 update TODO denying VP for non-TC-org (#4931)
1 parent 90ce954 commit 8e1b13a

File tree

1 file changed

+2
-2
lines changed
  • tools/cldr-apps/src/main/java/org/unicode/cldr/web/api

1 file changed

+2
-2
lines changed

tools/cldr-apps/src/main/java/org/unicode/cldr/web/api/Summary.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,9 @@ public Response getParticipationFor(
588588
if (!cs.user.getOrganization().isTCOrg() && !cs.user.getLevel().isAdmin()) {
589589
SurveyLog.warnOnce(
590590
logger,
591-
"CLDR-18721 denying Vetting Particip for "
591+
"CLDR-18868 denying Vetting Particip for "
592592
+ cs.user.getOrganization().toString());
593-
return Response.status(403, "Forbidden Temporarily").build(); // TODO CLDR-18721
593+
return Response.status(403, "Forbidden Temporarily").build(); // TODO CLDR-18868
594594
}
595595
cs.userDidAction();
596596

0 commit comments

Comments
 (0)