Closed (fixed)
Project:
Feeds
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 18:16 UTC
Updated:
23 Oct 2009 at 20:30 UTC
Currently on mapping forms, the unique button and the remove button are a form within a form. This causes two problems
- the first form element in the inner form does not render correctly, we double render them.
- the form cannot be submitted by simpletest as soon as there is one mapping present.
- further, it is hard to submit the inner forms by simpletest as drupaPost() does not support specifying the form id to submit against
Comments
Comment #1
alex_b commentedThat's fixed. Didn't want to fix this so early, but simpletest not supporting form in form submission made me to.