Closed (fixed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
devel_generate
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 21:31 UTC
Updated:
29 Aug 2010 at 01:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfayComment #2
moshe weitzman commentedi'm seeing this too. Would love some help fixing it. I vaguely recall that generate doesn't try to populate tag taxo fields, only standard taxo fields.
A diffferent workaround is to just create Page nodes with --types=page.
Comment #3
rfayI think this patch will be adequate to fix it.
There were a couple of problems:
- It was looking for just any taxonomy tid, not one that belongs to the correct vocabulary
- When it didn't find a result in the taxonomy_term_data table, it didn't do anything reasonable.
Anyway, hoping it helps.
Comment #4
moshe weitzman commentedcommitted. thanks.