Closed (fixed)
Project:
autocategorise
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 19:54 UTC
Updated:
15 Dec 2008 at 02:17 UTC
If a node has access to multiple taxonomy vocabularies, autocategorise removes taxonomy settings for vocabs that are NOT set to be used with autocategorise.
For example, a node on my site can be tagged under "Business Area" as well as "File Type". So a node on my site can be tagged as "Manufacturing" under the Business Area vocab as well as "Video" under the File Type vocab. File Type is the vocab that I have set to use autocategorise.
However, autocategorise resets my Business Area vocab to null no matter what I select within it.
Comments
Comment #1
HonorsGrad commentedTo make sure the module only deletes terms from its own vocab, I altered the code as follows:
**From**
**To**
I'm sure it isn't the cleanest, but it seems to work.
Comment #2
matslats commentedAll sorted in version 1.3
Comment #3
matslats commented