Closed (fixed)
Project:
CiviCRM Entity
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2017 at 16:45 UTC
Updated:
22 Jul 2017 at 01:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markusa commentedOk I've added two new Rules actions to the module. Available now in the -dev version downloadable from D.
Assign CiviCRM Contact to Group
Unassign CiviCRM Contact from Group
these are in the Rules action grouping CiviCRM Contact
First you need to have the action
Create or Load Linked CiviCRM Contact
This action already existed in the module...
Then you add the new Assign CiviCRM Contact to Group action
give it the contact in the CiviCRM Contact parameter fieldset
and select one or more Groups to assign to the contact in the CiviCRM Group parameter fieldset...
Comment #3
btc97 commentedIn setting this up on a multilingual site I get an AJAX HTTP error: column not found. There is no civicrm_group.title in my CiviCRM DB (only columns related to the enabled languages title_en_US etc.). See screenshot for the exact error message.
CiviCRM 4.7.19, CiviRules 1.12 Drupal 7.54
Comment #4
markusa commentedyep, civicrm entity never augmented to handle CiviCRM multi-lingual yet...
that should be a separate issue.
Comment #5
markusa commented