Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
the post hook is currently only fired for EntityTag when tags are added/removed in bulk or via the hierarchal tree. it is not fired when they are added/removed via tagset AJAX.
attached patch corrects this.
the construction of the array values passed to the hook is structured after the other places this is called for EntityTag, for consistency