I searched the issue queue and found #2138223: Not working when used with entity reference to be similar to my problem.
The only difference is that a node reference stores its field information on nid, instead of target_id.

Comments

Sneakyvv’s picture

Status: Active » Needs review
StatusFileSize
new874 bytes

I saw you fixed #2138223: Not working when used with entity reference by adding a special case for entity references, so I attached a patch with an extra case for node references.

Sneakyvv’s picture

Btw, my patch can also be applied to the 7.x-1.0-beta4 branch.

chi’s picture

Status: Needs review » Needs work
chi’s picture