Classify tab limits for Free Tag too small

rkdesantos - September 16, 2008 - 15:51
Project:Taxonomy Switch
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The Free Tag lines in the classify tab are set at size=60, maxlength=120 whereas the Taxonomy module allows maxlength=255 (which is itself way too low but that's another issue for another module...). I have patched my copy of Taxonomoy_switch to be:

      $form['taxonomy']['tags'][$vid->vid]['#maxlength'] = 255;
      $form['taxonomy']['tags'][$vid->vid]['#size'] = 120;

#1

rkdesantos - February 26, 2009 - 05:50

Now that the Taxonomy module has had the limit raised to 1024, future versions of taxonomy switch should do likewise.

 
 

Drupal is a registered trademark of Dries Buytaert.