View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009604 | mantisbt | custom fields | public | 2008-09-04 14:33 | 2010-04-23 23:22 |
| Reporter | vzw614 | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.1.1 | ||||
| Summary | 0009604: Size of text box for Possible Values limited to 255 chars | ||||
| Description | When creating/editing a custom field you can specify the Max. Length but can not enter any more than 255 characters in the Possible Values text box because it's size is hard coded to lenght of 255. From manage_custon_field_edit_page.php
This should use the Max. Length as the maxlength for the actual text box. | ||||
| Tags | No tags attached. | ||||
|
Perhaps the field has an absolute maximum length of 255 due to the database storage backend? |
|
|
Then why can you specify the Max. Length of the custom field? I changed the maxlength for the text box in the php file and it works correctly so the 255 is not a limit of the database. |
|
|
I think this is actually related to 0005258 but it looks like that issue was only resolved for MySQL. I am noticing the same issue using MS SQL Server. The maximum length of the possible values for any type of custom field is limited to 255 characters. After changing the size of the database field and the text box you can enter more than 255 characters for the possible values and it saves correctly to the database. but when the value of that field is read from the database it is truncated to 255 characters. |
|