Closed (fixed)
Project:
Taxonomy Lineage
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2007 at 15:56 UTC
Updated:
3 Dec 2007 at 07:04 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedHmmm. In Drupal 5 theoretically you should not need to reset the database as the new hook_enable() allows lineage to do that.
Worst case you can disable then reenable the module to force the reset to run, but I'm kind of curious why you might even have to.
Can you give more detail on what is going wrong with term modification?
Comment #2
huayen commentedAfter I installed lineage module and before I modify or add any terms, I use default taxinimy_tree view (provided by view bonus pack module) to display hierachical taxonomy tree. Everything is ok.
However, as long as I modify an existing term (not at top level) or add a new term to a sub-level, that term always change to or appear at top level. So, I guess lineage module has problem in detect the correct tree structure if the taxonomy structure is altered. So, I tried to reset database hoping lineage can recognize modified tree structure.
Comment #3
Natalie@drupal.ru commentedI'm having the same problem with the hierarchy not being updated properly. I don't see any "reset" option and disabling module every time I add a term is a bit of a pain in the neck.
Comment #4
Anonymous (not verified) commentedAnother one here.
Table is not updated properly!
Comment #5
wrunt commentedI've tracked down the problem, and it's fixed in the latest release (5.x-1.4). If you run update.php after updating to that version then the database will be reset and shouldn't become broken again.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.