View Issue Details

IDProjectCategoryView StatusLast Update
0003789mantisbtbugtrackerpublic2014-10-14 16:21
Reportermanulamb Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0003789: field possible_values in table mantis_custom_fields_table
Description

In my local installation, I have modified this field to BLOB instead of VARCHAR(255), otherwise it cannot hold enough values. Everything seems to be working fine... maybe you can apply this modification to the production release also?

TagsNo tags attached.

Relationships

related to 0005180 closedvboctor Support custom fields with dynamic possible values 

Activities

vboctor

vboctor

2005-01-29 08:58

manager   ~0009143

If your custom values are defined in a table or in another source, you can know use custom functions to calculate the possible values at runtime. In this case, the 255 length limitation is fixed.

See 0005180 for more details.

grangeway

grangeway

2005-03-01 18:04

reporter   ~0009426

Ideally we should have an option to store a custom field as the same data type we store description.

grangeway

grangeway

2014-10-05 06:15

reporter   ~0041367

possible_values was changed from varchar(255) in a previous release.