Closed (works as designed)
Project:
Workflow-ng
Version:
5.x-2.x-dev
Component:
Wng User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 May 2008 at 10:52 UTC
Updated:
13 May 2008 at 13:36 UTC
As in this patch #256748 I had to change the taxonomy form 'weight' button to prevent a name collision.
Comments
Comment #1
fagoindeed, but there always might be name collisions when embedding forms this way. You could try something like
$form['container'] = taxonomy form
$form['container']['#tree'] or use the subform element module, however this no good idea as it would add a new module dependency.