Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2010 at 14:17 UTC
Updated:
2 May 2010 at 17:00 UTC
After saving a 'biblio' node, the first taxonomy term of the first vocabulary (in db-table 'term-data' tid=1 and vid = 1) is added to to the keywords of each node.
Following settings are defined:
TRUE - Copy any selected taxonomy terms to the biblio keyword database
TRUE - Use keywords from biblio entries as taxonomy "free tags"
Right vovabulary is selected.
Import a bib-file works great, but after editing (no matter editing keywords, something else or nothing) and saving the node, the mysterious term is a keyword.
Comments
Comment #1
rjerome commentedThere was a small bug in the keyword handling code. I never saw it because I didn't have a term with tid==1 :-(
It's fixed now.
Ron.
http://drupal.org/cvs?commit=355790
Comment #2
sponsch commentedLooks good! Thanks for solving.