Closed (fixed)
Project:
Search API Entity Translation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Nov 2014 at 10:25 UTC
Updated:
24 Nov 2015 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
maciej.zgadzaj commentedThanks mate! Committed and pushed to d.o.
Comment #4
maciej.zgadzaj commentedActually, that was a hasty commit, and is not really right - thus got reverted.
Both
!empty()checks should be left there, the only one to be removed is last language comparison - otherwise it will raise Notice: Undefined property: Entity::$language for each entity withoutlanguageproperty defined.Proposed patch attached. I'm open to discussion.
Comment #6
jkuma commentedFine for me, thanks for the review!
Comment #8
maciej.zgadzaj commentedTake #2.