- 🇫🇮Finland sokru
Looks good, not sure if we should include tests for this or not.
- Status changed to Needs work
11 months ago 6:26pm 10 July 2024
When using
global overrides →
to override permissions, these new permissions will be loaded in CustomAccess::submitAdminForm()
. So when saving the form, the overridden permissions will be saved to the database.
Add something like this to settings.php
:
$config['user.role.webmestre']['permissions'][9999] = 'foo';
Then edit a field using CustomAccess and save the form.
The overridden permission is saved in the config.
CustomAccess
should load the permissions from the config without any override.
Needs work
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Looks good, not sure if we should include tests for this or not.