Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 10:07 UTC
Updated:
3 Sep 2010 at 15:21 UTC
Since full term object loading has been added to the taxonomy_get_tree function (#870528: taxonomy_get_parents(), taxonomy_get_children(), and taxonomy_get_tree() do not return a full term objects), the multi-parents do not work any more.
This can be easily reproduced by creating a simple hierarchical vocabulary with a term that has two parents. When you look at the term overview page, this multi parent will only be listed once.
For this I added a simple test case, which ensures that the term overview page (which uses taxonomy_get_tree) correctly lists multi-parent terms.
Further, we should consider, that loading the full terms slows down this function.
| Comment | File | Size | Author |
|---|---|---|---|
| multi-parents-test-case.patch | 901 bytes | mh86 |
Comments
Comment #1
chx commentedFirst let's see what the bot says.
Comment #3
klausiI think this is intended behavior, as the term overview page clearly says:
"Tags contains terms with multiple parents. Drag and drop of terms with multiple parents is not supported, but you can re-enable drag-and-drop support by editing each term to include only a single parent."
This doesn't mean that multi parents don't work at all - just drag and drop is not supported.
Am I missing something?