Posted by DamienMcKenna on May 14, 2010 at 2:03pm
2 followers
Jump to:
| Project: | Taxonomy Node |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
In the taxonomynode table there's a field for the vocabulary ID, vid. Given this can be obtained from the tid and that no term can be in more than one vocabulary, is there really a need for this field? It seems redundant.
Comments
#1
I've just gave a very quick review to the code and I think you might be right.
Although redundant, not sure if it's worth, at the moment, working on removing that, the module seems pretty stable so far for what it does, so when I schedule more work on this module, I might take a look on this.
Feel free to provide a patch if you feel like it.