Extension configuration

  1. Go to Admin Tools > Settings > Extension Configuration
  2. Open backend_roles

Configuration options reference

hideManagedBackendUserGroupColumnns

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.

$GLOBALS['EXTCONF']['backend_roles']['hideManagedBackendUserGroupColumnns'] = true;
Copied!

showSynchronizationStatus

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;
Copied!