It seems as though administrator permissions do not get stored in the export. Is it a bad idea to use them by writing them into the file / is it possible to include them in UI export? Thanks, Joe

Comments

xen’s picture

Issue summary: View changes

I assume you mean the configured administrator role that automatically gets assigned all permissions when modules are enabled?

In which case it isn't needed as it's automatically updated when, well, enabling modules.

There could be a case for secure_permissions to duplicate the functionality of user_modules_installed() to ensure that all permissions is always granted to the administrative role, as user_modules_installed() wont pick up new permissions in upgraded modules.