I am using the 'Fetch CiviCRM entity by property' action in a rule. In the interface, I am unable to select the property value, which is mandatory. However, the rule is working properly.
{ "rules_verlenging" : {
"LABEL" : "Verlenging",
"PLUGIN" : "reaction rule",
"OWNER" : "rules",
"REQUIRES" : [ "civicrm", "rules" ],
"ON" : { "civicrm_membership_edit" : [] },
"DO" : [
{ "civicrm_entity_query" : {
"USING" : {
"type" : "civicrm_contact",
"property" : "id",
"value" : [ "civicrm-membership:contact-id" ],
"limit" : "1"
},
"PROVIDE" : { "entity_fetched" : { "contact" : "Fetched CiviCRM entity list" } }
}
},
{ "mail" : {
"to" : "webmaster@domain.org",
"subject" : "A subject",
"message" : "Some Message ",
"language" : [ "" ]
}
}
]
}
}
Closed: won't fix
2.2
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.