Increase size/amount of text entered on Text Area CF

Post Reply
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Increase size/amount of text entered on Text Area CF

Post by fman »

On 1.9 and up limit is 4000 at Database level (due to size of columns on custom fields related tables).
Default amount of text is 255, but you can increase it using following config option

$tlCfg->custom_fields->max_length = 255;
Post Reply