Download & Extend

Classify tab limits for Free Tag too small

Project:Taxonomy Switch
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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;

Comments

#1

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

nobody click here