When I attempted to upgrade from 7.x-2.0-beta1, permissions for Imagecache External broke. As a result, I could not access the module configuration page as an administrator. This was because the 'administer imagecache external' permission was renamed in a4116be to 'Administer imagecache external'. Attempting to save the permission did not work.
I have attached a patch that renames the permission and also removes the old permissions that are no longer used. I'm marking this issue 'Major' because it is not possible to cleanly upgrade from an older version without manually changing the name of the permission in the database. This makes it very hard for most users to update the module.
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imagecache_external_permission_rename-2635874-3.patch | 1.1 KB | vinmassaro |
Comments
Comment #2
vinmassaro commentedComment #3
vinmassaro commentedWrong # on the last one, here is the correct patch.
Comment #4
BarisW commentedLooks good to me, thanks for the patch!
Comment #6
BarisW commentedCommitted!
Comment #7
vinmassaro commentedThanks!