Feature #27097
open
Key/value custom field; Raise length limit from 60 to 255
Added by Rene Sperling over 8 years ago.
Updated 3 months ago.
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.
- 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.
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?
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.
Also available in: Atom
PDF