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.

CommentFileSizeAuthor
feedapi_mapper.module.patch1.3 KBkarens

Comments

alex_b’s picture

Status: Needs review » Fixed

Committed. Thanks Karen.

alex_b’s picture

Oops. This actually created a dependency on CCK. Wrapped the addition into a function_exists().

karens’s picture

Oops! Sorry about that :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.