Index: branches/RC/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r10913 -r10961 --- branches/RC/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 10913) +++ branches/RC/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 10961) @@ -30,6 +30,7 @@ ), 'IDField' => 'CustomFieldId', + 'OrderField' => 'DisplayOrder', 'TitleField' => 'FieldName', // field, used in bluebar when editing existing item @@ -91,7 +92,7 @@ 'OriginalValue' => Array('type' => 'string', 'default' => ''), 'Error' => Array('type' => 'string', 'default' => ''), 'DirectOptions' => Array('type' => 'string', 'default' => ''), - + 'SortValues' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter',