Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2010 at 15:48 UTC
Updated:
30 Jun 2010 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dmitriy.trt commentedComment #2
indytechcook commentedThanks Dmitriy,
I took this one step further. Please test this patch to be sure it still resolves your issue.
Thanks.
Comment #3
dmitriy.trt commentedYour patch resolves my problem, but it produces warning on node save:
user warning: Duplicate entry '269-11' for key 'PRIMARY' query: INSERT INTO taxonomy_menu (mlid, tid, vid) VALUES (269, 11, 2) in /home/dmitriy/Docs/Sites/orion/sites/all/modules/taxonomy_menu/taxonomy_menu.database.inc on line 22.I've patched 6.x-2.8 release, by the way.
Comment #4
indytechcook commentedI found the bug and committed the patch.
http://drupal.org/cvs?commit=379810
Comment #5
dmitriy.trt commentedGreat! Thanks!