Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 13:04 UTC
Updated:
17 Dec 2009 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
avpadernoThat's my mistake; as I keep to back-port code from another branch, I sometimes forget to modify the ported code.
Branch 6.x-1 uses only the node ID, and the code should indeed return the node ID (or there could not be a match between the saved data, and the node being shown).
The fact the code doesn't uses the version ID doesn't allow to the module to support the revisions. In other words, if you create a new revision, change the meta tags content, then delete that revision, the module would still show the meta tags content associated to the removed revision. This has been changed in the other branch.
The patch I attach in this comment is relative to the module directory.
Comment #2
avpadernoThe code has been changed, and committed in CVS for the development snapshot.
Thank you for your help.