Description of the need
We constantly sync DB from production to local dev branch and have to manually set permissions after each sync. Would be nice if the config override system worked also for permissions.
Additional information
Unfortunately, the overrides in settings.php like:
// Perms
$config['user.role.authenticated']['permissions'] = ['access devel information', 'switch users'];
or
// Perms
$config['user.role.authenticated']['permissions'][] = 'access devel information';
$config['user.role.authenticated']['permissions'][] = 'switch users'];
have no effect.
GitHub Issue #:
6193
Recent comments
- In Backdrop CMS, the update.php file located in the /core folder (mydomain.com/core/update.php). - For launch the update.php, from address bar of the browser, without restrictions,...
Update Problems
Thanks. I've now tested this on a localhost and what you say holds true: the user whose permission has been removed for the given content type no longer has creation and editing rights for that...
Status of existing content after role permission removal
I finally found the PHP controle in my CPANEL and Reset the PHP to vwersion 7.3. Using this version I was able to clear the update caches but I am still unable to run update instite of the...
Update Problems