Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2005 at 20:55 UTC
Updated:
26 Dec 2005 at 19:23 UTC
If you have a drop down, say from taxonomy, in the form of:
Item 1
- Sub 1
- Sub 2
Item 2
-Sub 1
-Sub 2
You will always get an 'Illegal entry error' because forms_api currently only checks the root elements of the array, and not the children. This should be fixed, for items such as project.module can not function. This came up when I created a few projects that had taxonomy on them, and then tried to create an issue for them, and I can not because I always get an 'Illegal entry for Project' error.
Comments
Comment #1
m3avrck commentedComment #2
m3avrck commentedMight be related and/or same issue as this one: http://drupal.org/node/41880
Comment #3
chx commentedhttp://drupal.org/node/39179