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;