You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a custom taxonomy and used it to tag several cases. I would like to remove a single tag as I have replaced it with a new one. I don't want to delete the whole taxonomy as I would lose all the tags that were in the old cases.
Example:
I want to remove from my taxonomy the entry containing "to_be_removed" in the position 0
Hi,
I have created a custom taxonomy and used it to tag several cases. I would like to remove a single tag as I have replaced it with a new one. I don't want to delete the whole taxonomy as I would lose all the tags that were in the old cases.
Example:
I want to remove from my taxonomy the entry containing "to_be_removed" in the position 0
{ "namespace":"taxonomy_final", "description":"Custom Taxonomy", "version":2, "expanded":"Custom Taxonomy", "predicates":[ { "value":"predicate_value", "expanded":"expanded_value", "description":"descr" } ], "values":[ { "predicate":"predicate_value", "entry":[ { "value":"to_be_removed", "expanded":"to_be_removed", "description":"to_be_removed" }, { "value":"new_tag", "expanded":"new_tag", "description":"new_tag" } ] } }
The text was updated successfully, but these errors were encountered: