Bug #12494 Multiple select combo box values not in lists
Submitted: 10 Aug 2005 13:41 Modified: 26 Aug 2005 21:47
Reporter: Bryan Spahr Email Updates:
Status: Closed Impact on me:
None 
Category:Eventum Severity:S3 (Non-critical)
Version:1.6.0 OS:Linux (Linux RH AS3)
Assigned to: Bryan Alsdorf CPU Architecture:Any

[10 Aug 2005 13:41] Bryan Spahr
Description:
Issues with multiple selected values in a custom field defined as a multiple combo box display only one value when 
 - the custom field is displayed on the list issues page
 - the custom field is displayed on the issue details page

The multiple values ARE properly stored in the database.

How to repeat:
From Administration -> Manage Custom Fields
Create a multiple combo box custom field, and fill in some available options (I
have 4).  Ensure "Display on List Issues Page" = YES
Create a new issue and select multiple options in the custom field.
The information is saved properly.

Now view the issue details.  In the custom fields section, only one value is displayed.
View the issue on the "list issues page" - only one value is displayed.
[18 Aug 2005 16:10] Bryan Spahr
I fixed this in my installation by editing include\class.custom_field.php, and removing the GROUP BY expression from the SQL in getListByIssue

Not sure if this has other side effects, but it's getting me what I need for now.
[26 Aug 2005 21:47] Bryan Alsdorf
I have confirmed and fixed this bug. It will be in our next release, 1.6.2

Thank you for the report.