I understand that content taxonomy can create a term in core taxonomy when creating a new term with it.
How far does this integration work, such as updating and deleting the content taxonomy term will update and delete the corresponding term in core vocab?
Cheers,
G
Comments
Comment #1
mh86 commentedit's possible to create new terms through the autocomplete widget, which will insert new terms into the core taxonomy.
I don't see any way of deleting or updating existing terms with any widget, or do I misunderstand your question?
Comment #2
giorgio79 commentedGot it :)
I guess this should become a feature request to be able to update/delete existing terms from content taxonomy :)
Comment #3
bachbach commentedi am developing a content_taxonomy widget i called content_taxonomy_update. His purpose is to create a single term in a targeted vocabulary when the node is created and then only update term name when the widget field is changed. In addition to auto_title it provide a simple way to associate one term by node. I can share this. I am working know on the node deletion behaviour.