Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 08:26 UTC
Updated:
28 Dec 2009 at 23:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
avpadernoI am changing the referring version, and the category because this is a bug. The field {nodewords_custom}.path, which can contain more than one path, is copied in a field that can contain less characters.It
would be preferable to use {nodewords_custom}.pid as ID.
Comment #2
avpadernoThe attached patch resolves the problem, and changes also the data type used by for the field type, which should be used as integer because it uses only a limited number of distinct values.
Comment #3
avpadernoThe code has been changed, and committed in CVS.