Extension configuration
- Go to Admin Tools > Settings > Extension Configuration
- Open backend_roles
Configuration options reference
hideManagedBackendUserGroupColumnns
-
- type
-
bool
- Default
-
true
If set, the columns of a
be_
record which are managed bygroups backend_
won't be shown in FormEngine.roles Note
be_
records with no backend role assigned are not assumed to be managed bygroups backend_
. Thus their columns won't be hidden and are still available for db-based configuration.roles $GLOBALS['EXTCONF']['backend_roles']['hideManagedBackendUserGroupColumnns'] = true;
Copied!
showSynchronizationStatus
-
- type
-
bool
- Default
-
true
If set, the synchronization status of a
be_
record will be shown. At the moment this results in displaying an overlay to thegroups be_
record icon (only if there is not yet another overlay active, like the red sign for 'hidden').groups $GLOBALS['EXTCONF']['backend_roles']['showSynchronizationStatus'] = true;
Copied!