Project:Import / Export API
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

There is a bug in the content importing functionality. On the field mapping page for node imports, under Taxonomy terms (fields), only the following fields are allowed:

Node ID (mapping)
Term ID (mapping)
Title (mapping)
Term name (mapping)

In D6 nodes are (apparently) tagged on a per-revision basis, so the vid is a part of the term_node table's primary key and needs a field mapping. Without it, node terms are not imported properly; the first term for a given node is entered in the table with a 0 for the revision ID (and therefore not actually associated with the node); while subsequent terms for the node are not added at all because of key duplication.

Comments

#1

Title:term_node needs vid in D6» The term_node table needs vid in D6
Status:active» fixed

The attached patch has been committed to CVS.

AttachmentSize
issue-600520.patch 1.23 KB

#2

Status:fixed» closed (fixed)

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

nobody click here