Hi,

I tried to display the links that are attached to a profile by Profile2 module with views. And, in the views based on profile, the links are displayed successfully. But, if I set other entity for the base, such as user, and use relationship that bridges from it to the profile, it just displays error message

EntityMalformedException: Missing bundle property on entity of type profile2. in entity_extract_ids() (line 7879 of /home/mysite/mysite.jp/public_html/includes/common.inc).

So, I searched the way to solve this, then, found and used a patch 18888610-rules-link-dont-pass-empty-entity-in-views.patch(https://www.drupal.org/files/issues/18888610-rules-link-dont-pass-empty-...).

But, it ends up just disappearing the error message and displaying the empty result on the column where the links were supposed to be displayed...

Can anybody give me any advice to solve this problem?

Thank you.

Comments

carrotandme created an issue.