View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015549 | Plugin - LinkedCustomFields | General | public | 2013-02-27 09:29 | 2017-04-01 00:14 |
| Reporter | vovella | Assigned To | rombert | ||
| Priority | urgent | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.0.1 | ||||
| Summary | 0015549: Characters on target values is limited | ||||
| Description | Can't use plugin with fields values more than 255 characters. How I can make more? MySql talk that database. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Resolved! In file LinkedCustomField.php need to change valuo of paraments varchar from default 255 to more, for example 2255. |
|
|
In our case, the limit "2255" was also a problem. For the column "custom_field_value", i don't think it's usefull to change his limit, because it refer to only ONE value of a custom_field (in mantis_custom_field_string_table.value), which is limited to 255, so if you don't upgrade this limit, it's not possible to have a value higher than 255 in the "custom_field_value". Changes tested and working on our instance : |
|
|
I actually put XL in the fields, should be more than enough :-) |
|