2 messages in com.mysql.lists.eventum-develpb in custom fields combo
FromSent OnAttachments
Arnaud Mélon23 Apr 2004 09:20 
Joao Prado Maia26 Apr 2004 16:01 
Subject:pb in custom fields combo
From:Arnaud Mélon (arna@b-flower.com)
Date:04/23/2004 09:20:58 AM
List:com.mysql.lists.eventum-devel

Hi,

I created some issues. Afterwards I created a custom field with combo type. Then, I was not able to update this custom field to those old created issues.

By changing the code in ./include/class.custom_fields.php - function
updateValues (line 169) from if ($field_types[$fld_id] != 'multiple') { to if ($field_types[$fld_id] != 'multiple' && $field_types[$fld_id] !=
'combo') {

it seems ok.

Bye Arnaud