Needs review
Project:
Node import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Dec 2010 at 18:25 UTC
Updated:
10 May 2012 at 00:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
cainrus commentedsorry, primary_term plugin for node_import is #565430: Support for primary term module
Comment #2
cainrus commentedI modified plugin for node_import. Did not tested much time. Only with my taxonomy tags situation & primary_term module.
For now Implementation of hook_node_import_values_alter will check value, because it must be integer(tid) to avoid old errors. If value is not integer then module will try to find term from used vocabulary, and then will get it's tid instead of terms string name. The End.
I do not have much time, so please test it. There may be some unnecessary lines in module(i'm sure there are they).
And code must be formatted with standarts.
So then all these code must be included into next version of node_import module .
P.s.
If you can't understand what i have writted here, then please say, i will try it again :)
Comment #3
cainrus commentedAttached patch