Skip to content

Fix problems with HasTag Condition and Add/Remove Tag Actions

Tony Maynard-Smith requested to merge (removed):master into master

Fixes several problems with the HasTag Condition and the Add/Remove Tag Actions.

  • The Condition Validation and the Process Action functions both fail for (e.g.) Contact Changed trigger because the entity type is passed as lower case 'contact' whereas they are expecting capitalised 'Contact'.
  • The Condition and Action Configuration forms both show a blank list of Tag types if used with a Membership Changed/Added trigger.
  • The Condition Validation and Process Action functions both fail if used with a Membership trigger.

The fix for lack of capitalisation is applied locally in the consuming functions, since side effects of changing it at source are unknown.

See Issue: #116 (closed)

Merge request reports