Index: trunk/core/units/users/users_config.php =================================================================== diff -u -r4665 -r4670 --- trunk/core/units/users/users_config.php (.../users_config.php) (revision 4665) +++ trunk/core/units/users/users_config.php (.../users_config.php) (revision 4670) @@ -81,7 +81,7 @@ ), - 'PermSection' => 'in-portal:user_list', + 'PermSection' => Array('main' => 'in-portal:user_list', 'custom' => 'in-portal:user_custom'), 'Sections' => Array( 'in-portal:users' => Array( @@ -128,8 +128,8 @@ 'parent' => 'in-portal:users', 'icon' => 'settings_custom', 'label' => 'la_tab_ConfigCustom', - 'url' => Array('t' => 'custom_fields/custom_fields_list', 'cf_type' => 6, 'pass' => 'm,cf'), - 'permissions' => Array('view', 'add', 'edit'), + 'url' => Array('t' => 'custom_fields/custom_fields_list', 'cf_type' => 6, 'pass_section' => true, 'pass' => 'm,cf'), + 'permissions' => Array('view', 'add', 'edit', 'delete'), 'priority' => 5, 'type' => stTREE, ),