Index: trunk/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r8061 -r8067 --- trunk/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 8061) +++ trunk/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 8067) @@ -88,6 +88,7 @@ 'Value' => Array('type' => 'string', 'default' => ''), 'OriginalValue' => Array('type' => 'string', 'default' => ''), 'Error' => Array('type' => 'string', 'default' => ''), + 'DirectOptions' => Array('type' => 'string', 'default' => '') ),