Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.27
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
-
How it works currently:
-
How it should work:
Description
The action Tag - remove from contacts will remove all selected "ordinary" tags from contacts in a single operation. That is, if you select contacts with any combination of the ordinary tags "Tag1", "Tag2" or "Tag3" , you can remove all those tag with one Tag - remove from contacts action.
However, if you try to remove more than one of the tags belonging to a tag set in a single operation it doesn't work. Only one of the multiple tags you have selected with be removed form the contacts. That is, if you select contacts with any combination of the tags "FishTag1", "FishTag2" or "FishTag3" belonging to the Tag set called Fish , and try to remove all those tag with one Tag - remove from contacts action then all "FishTag1" will be removed or all "FishTag2" will be removed or "FishTag3" will be removed.
This is not the expected result. If you can select more than one tag to remove then that is what should happen.