Multiselect List custon field size
Posted: 05 Sep 2008, 17:36
We have a custom field that is defined as a multiselection list. In it we have a list of all of our developers seperated by the pipe character (|).
The text box for Possible Values on manage_custom_field_edit_page.php was hard coded at 255 length. I increased that to 1000. I also increased the size of the possible_values field in the database table to 1000.
When we submit a new issue the dropdown list for our custom field only displays the first 255 characters. Any idea where else I need to make changes so that the entire list is included in the dropdown list?
I did verify that the characters past 255 are being stored in the database now.
Also, why allow the Max. Length of a custom field to be changed if Mantis can only deal with 255 characters? At the least the largest Max. Length that should be allowed should be 255.
Thanks
Curtis
The text box for Possible Values on manage_custom_field_edit_page.php was hard coded at 255 length. I increased that to 1000. I also increased the size of the possible_values field in the database table to 1000.
When we submit a new issue the dropdown list for our custom field only displays the first 255 characters. Any idea where else I need to make changes so that the entire list is included in the dropdown list?
I did verify that the characters past 255 are being stored in the database now.
Also, why allow the Max. Length of a custom field to be changed if Mantis can only deal with 255 characters? At the least the largest Max. Length that should be allowed should be 255.
Thanks
Curtis