I've searched for an issue regarding this one, and could not find it.
Versions:
[] Feeds - 6.x-1.0-beta11
[] Automatic Nodetitles - 6.x-1.x-dev

The bug is pretty simple - when setting an automatic title for a content-type using 'Automatic Nodetitles', and then trying to import a node into that content-type while mapping a certain field[source] to 'title'[target] the node is imported empty (completely, without any other fields as well).

Reproduce:
1. Go to some content-type, e.g.: /admin/content/node-type/story
2. Set some automatic title.
3. Create Feeds importer for this content type [as a standalone form].
4. Map the importer to insert some values into 'title'.
5. Import some dummy file using the newly created importer.
--> You will see a confirmation message, without any errors, but the nodes will be imported empty.

Expected:
# I think that's for the devs to define, but i would think that Feeds should override the "Automatic Nodetitles" module (because if i chose to map the title field, that means i probably need it).

Ill try and take a look at this tomorrow, and maybe ill submit a patch or something. But i will probably hack "Automatic Nodetitles", so im not sure if it will be correct to submit it here.

Yotam

Comments

darrellduane’s picture

I also found a problem with these two modules, although my experience was different:

I found that the node CCK fields imported OK, but that the node titles didn't get set correctly. Out of my dataset of 95 records, roughly half of them got set to one title, and the other got set to a second title, even though each record had a different value in the source field for it and should have had a different title for each record.

[] Feeds - 6.x-1.0-beta12+28-dev
[] Automatic Nodetitles - 6.x-1.2

I am able to fix this problem by regenerating my just imported nodes using the Regenerate moduule

twistor’s picture

Component: Feeds Import » Code
Issue summary: View changes
Status: Active » Closed (outdated)