The current code for extracting field names available to map makes an assumption that CCK fields are in the usual place in the form, but CCK fields that do their own multiple values handling do not have the same form layout. One example of this are Repeating date fields.
Attached is a patch that will ensure that all CCK fields get added to the list of available fields no matter where they are located in the form by merging in a list of the CCK fields for that content type.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_mapper.module.patch | 1.3 KB | karens |
Comments
Comment #1
alex_b commentedCommitted. Thanks Karen.
Comment #2
alex_b commentedOops. This actually created a dependency on CCK. Wrapped the addition into a function_exists().
Comment #3
karens commentedOops! Sorry about that :)