Set 'weight' button in action/ conditon to be 'rules weight'
Amitaibu - May 10, 2008 - 10:52
| Project: | Workflow-ng |
| Version: | 5.x-2.x-dev |
| Component: | Wng User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
As in this patch #256748 I had to change the taxonomy form 'weight' button to prevent a name collision.

#1
indeed, 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.