In #1698746: Needs Permissions a new permission was added and an attempt was made to add an update path that would grant that permission to the administration role so that the module would still be configurable for administrator accounts other than the site maintenance account. However, that code only runs for clean installs as far as I can see. Moreover, the code made wrong assumptions about the role ID. A Drupal installation that started out with the minimal install profile may have a completely different role at ID 3.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jcaption-role-id-assumption-2191225-1.patch | 1.88 KB | eric_a |
Comments
Comment #1
eric_a commentedSomething like this.
Comment #2
acke commentedLooks like I was only used to normal installs... :) Thanx for the report - this is going into the upcoming 1.4 release.
Comment #4
acke commentedGoing into 1.4 release.