Closed (fixed)
Project:
Taxonomy Manager
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2011 at 21:24 UTC
Updated:
2 Oct 2012 at 07:01 UTC
The module does not seem to support adding nested terms. Within the mass import textarea, any indentation of the terms, with spaces or hyphens, does not seem to make a difference. Is the nesting of terms supported?
Comments
Comment #1
klonosIt's not supported AFAICT, so I'm changing this to a feature request because I'd like to see that too. Supported formats could be leading hyphens or spaces as Michael already suggested:
Comment #2
tabestan commentedI'll like to see that too...
Comment #3
mh86 commentedI like this idea as well :-)
Spend some time this afternoon implementing it, you can find this feature in the latest dev snapshot.
Comment #4
klonosThanx Matthias! ...this works like a charm ;)
Don't mind if I suggest a few extras though while I'm at it (let me know if you want me to file separate issues for these):
- How about also allowing export of the tags list in this format? So, change the "CSV Export" button to a generic "Export" button and allowing users to choose the format csv/plain-text list though a drop-down.
- Allow the "Add" section to also accept the products of a csv export. In other words allow the text box to also accept:
Comment #5
mh86 commentedThanks for the suggestions! Can you open a separate feature request for that?
Yep, the current CSV export doesn't make much sense, as there is no way to re-import it. Having the same export format as we have in the mass import should be easy, although we would have troubles with multi parents and would insert them as separate terms. Importing the original CSV format might be more complex, and I think it would be better to let other modules, like Taxonomy CSV and Taxonomy XML, handle that (I even think Taxonomy CSV has some support for this special format).