-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom data on optional (combined) entities (eg. Phone) #8
Comments
Seems to track back via core crm.backbone js to here: https://github.com/civicrm/civicrm-core/blob/master/CRM/Core/BAO/UFGroup.php#L708. |
@mattwire I think there are 2 parts to this:
|
@mattwire are you able to test the above? |
FYI I tried this out with a custom Address field and found that:
|
Address seems to be a bit of a special case currently. This branch takes a step towards enabling inline custom data for any of the location type entities (eg. Phone, IM etc): https://github.com/mattwire/civicrm-core/tree/inline_customdata But I don't think it's actually retrieving the value and some work needs to be done in |
When creating custom blocks custom data for combined optional entities such as "Phone" is not available to add to the block.
The text was updated successfully, but these errors were encountered: