Extension configuration

  1. Go to Admin Tools > Settings > Extension Configuration

  2. Open backend_roles

Configuration options reference

hideManagedBackendUserGroupColumnns
Type

bool

Default

true

If set, the columns of a be_groups record which are managed by backend_roles won't be shown in FormEngine.

Note

be_groups records with no backend role assigned are not assumed to be managed by backend_roles. Thus their columns won't be hidden and are still available for db-based configuration.

$GLOBALS['EXTCONF']['backend_roles']['hideManagedBackendUserGroupColumnns'] = true;
showSynchronizationStatus
Type

bool

Default

true

If set, the synchronization status of a be_groups record will be shown. At the moment this results in displaying an overlay to the be_groups record icon (only if there is not yet another overlay active, like the red sign for 'hidden').

$GLOBALS['EXTCONF']['backend_roles']['showSynchronizationStatus'] = true;