Closed (works as designed)
Project:
Term Fields
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 06:05 UTC
Updated:
25 Jan 2013 at 12:07 UTC
I noticed when a user ads new image thru add/image and correctly enters/choices existing galley, the new gallery in /gallery appears. Now, there are multiple galleries with single image in each. I searched the problem and found out that in term_node exists multiple same names. Can someone explain me this and suggest a solution?
Many thanks
Comments
Comment #1
b-prod commentedHmmm are you sure this has something to do with Term Fields module? This module do not handle anything about gallery and the 6.x release does not handle specifically images, but generic files.
Comment #2
Zvone commentedI am not Drupal expert, I don't know about that. I searched where the gallery names are stored and I found out term_data table. The connection with term_node and node is OK, but I cant find out why the program creates duplicate term if the same one alredy exists in the table. It looks it works properly if I chose the term in image/edit on my comp.
The problem is visible in http://www.kaktusi.si/image Gallery.
Comment #3
b-prod commentedterm_data table is handled by the Drupal core taxonomy module.
But I do not think the issue come from this module, but probably by the one that manages the gallery. You should post an issue to the queue of this module. What is its name?
Comment #4
b-prod commented