Closed (fixed)
Project:
Drupal core
Version:
4.7.3
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2006 at 23:06 UTC
Updated:
31 Oct 2006 at 19:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
arsart commentedThought that it was Tagadalic issue, then found in Taxonomy module (v 1.275.2.11 2006/07/18) string 647, maxlength of an input set to 100 characters. That's make a poor ability of node editing, cos we can't chose any number of terms inside free-tagging Category input.
Comment #2
Arto commented100 characters certainly is a bit short for a tags field.
Here's a patch against DRUPAL-4-7 CVS that increases the maximum length of the tags field to 1024 characters, which presumably (one would hope!) should suffice for most needs. (Since the contents of this text field aren't directly stored in the database, the maximum length can presumably be set arbitrary high. 1024 works fine for me.)
Comment #3
arsart commentedThanks! Works fine to me:)
Comment #4
dries commentedCommitted to DRUPAL-4-7.
Comment #5
(not verified) commented