Active
Project:
Tag editor
Version:
6.x-0.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 18:40 UTC
Updated:
10 Mar 2010 at 18:40 UTC
If you have Node Form Rearrange module install, you have to hack tag_editor.module a little.
Just insert '"-field" string between taxonomy and -tags in tag_editor_nodeapi() function:
'tag_field' => 'edit-taxonomy-field-tags-' . $vocabulary_id,