Feature #27097
openKey/value custom field; Raise length limit from 60 to 255
0%
Description
Hello
I want to use the key/value list.
When I try to enter a new possible value longer than 60 characters it won't be added to the available list.
Also editing existiong entries with longer text won't be saved.
Please set the textlength to 255 characters.
Updated by Mischa The Evil over 8 years ago
- Tracker changed from Patch to Feature
- Subject changed from CustomField Key/value list - value is too short to Key/value custom field; Raise length limit from 60 to 255
- Category changed from Issues to Custom fields
The current, 60-char. limit is enforced by source:/trunk/app/models/custom_field_enumeration.rb@16970#L22.
Updated by Rene Sperling almost 8 years ago
Mischa The Evil wrote:
The current, 60-char. limit is enforced by source:/trunk/app/models/custom_field_enumeration.rb@16970#L22.
Is there a chance, that this will change someday?
Updated by Jyrki Lilja 19 days ago
Mischa The Evil wrote in #note-1:
The current, 60-char. limit is enforced by source:/trunk/app/models/custom_field_enumeration.rb@16970#L22.
Is there a reason for the limit? As far as I can see the field in the db has `text` as type so it should be able to hold a value with unlimited length.