Clicking the "Missing strings?" on a Translating page under the version drop-down redirects to an error page reading the following message:
"Error
Please, contact your localization team manager (or any other translation community manager) with their personal contact form to solve this problem.
The website encountered an unexpected error. Please try again later."
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | are-you-sure.png | 69.58 KB | baluertl |
| Screen Shot 2015-06-30 at 21.39.21.png | 72.89 KB | baluertl |
Comments
Comment #1
japerryCannot reproduce on staging.
Comment #2
baluertlNow tested again, the issue still stands. My steps to reproduce:
Comment #3
gábor hojtsyThe reason seems to be that we use user_access() in l10n_community_projects_release_reset(), while the users don't get this permission in the global context, they get it in the group context (in D6 OG merged them onto the user dynamically, in D7 that does not happen). We should use l10n_community_access() in place of user_access().
Comment #4
japerryOkay, updated and cannot seem to replicate. Give it a test again on the staging server?
Comment #5
baluertlIf this is the intended content page (rather than 404 for sure :) to appear, then proved it works as expected.
Comment #6
gábor hojtsyThat is the one, yes.