after this update, some permission have gone
http://localize.drupal.org/node/1218
Access denied:
http://localize.drupal.org/translate/languages/zh-hant/import
http://localize.drupal.org/translate/languages/zh-hant/export
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | og_user_roles-fix.patch | 3.9 KB | gábor hojtsy |
| #4 | late-permissions.patch | 2.79 KB | gábor hojtsy |
| #2 | accessdenied.jpg | 121.14 KB | KayL |
Comments
Comment #1
gábor hojtsyInteresting. You seem to be admin in the group, and even only membership should give you these permissions.
Comment #2
KayL commentedeven on the test group.
http://localize.drupal.org/translate/languages/test/import
and joined a new group, same result.
http://localize.drupal.org/translate/languages/hu/import
tested on different use account / different IP / broswers / OS
Comment #3
gábor hojtsyOk, I've registered a separate non-priviledged account to try this out. Looks like broken indeed.
Comment #4
gábor hojtsyI've "fixed" this with this patch and deployed it quickly as to not interrupt your work. Unfortunately this does expose the Import and Export tab on all languages, which is bad, bad... But it at least lets you do work this can be figured out properly.
The underlying issue is that og_user_roles hands out permissions, and for whatever reason it does not run before the menu items are checked. Which is interesting, given that not much around og.module or og_user_roles.module changed in the update. Little of the supporting code changed. I'll keep looking. You should be able to have these tabs working in the meantime!
Comment #5
KayL commentedOK. Thanks
(and the Moderate tab has gone too.)
Comment #6
gábor hojtsyYes, the moderate and browse tabs have gone as explained in the announcement :) That is intentional. You can read up on that in the announcement(s). http://localize.drupal.org/node/1218 and http://localize.drupal.org/node/993
Comment #7
gábor hojtsy@sun helped out finding that a little piece of new code in l10n_groups caused these issues. I've deployed a quick fix now, which should make this work nicely. Please verify. I'll commit fixes for this later tomorrow as time permits.
Comment #8
gábor hojtsyOk, so the issue was with l10n_groups, and the correct fix is included and is being committed. I've rolled out a quick edit with this earlier.