I use the community tags module as an API. It's working well, but if I want to remove all tags from a node the changes aren't saved, because processed_terms is empty and the loop in md_postfach_tag_node_form_submit()

foreach ($processed_terms as $vid => $processed_terms_for_vocabulary) {...}

never will be entered. I guess if All terms from just one vocabulary should get removed it won't work too.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

osopolar’s picture

Status: Active » Needs review
FileSize
786 bytes

The fix is quite easy.

Leeteq’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Priority: Normal » Major
Leeteq’s picture

Issue summary: View changes

Corrected "remove all nodes from a node" to "remove all tags from a node" in the main issue description.