Skip to content

Commit

Permalink
CLDR-16799 st: Dashboard remains open
Browse files Browse the repository at this point in the history
- no restrictions on user privileges or phase
  • Loading branch information
srl295 committed Jul 2, 2024
1 parent 0a947fd commit fe041ed
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,6 @@ public Response getDashboard(
if (cs == null) {
return Auth.noSessionResponse();
}
if (!UserRegistry.userCanModifyLocale(cs.user, loc)) {
return Response.status(403, "Forbidden").build();
}
cs.userDidAction();

// *Beware* org.unicode.cldr.util.Level (coverage) ≠ VoteResolver.Level (user)
Expand Down

0 comments on commit fe041ed

Please sign in to comment.