Closed (fixed)
Project:
Entity Translation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
28 Aug 2011 at 15:18 UTC
Updated:
12 Jun 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
claudiu.cristeaIt seems that it's a Entity translation. Entity cache must be invalidate after a translate has been processed.
Comment #2
claudiu.cristeaHere's a patch that works for me. This bug was discovered after translating a node that is also cached with Entity cache.
After translating, the node still loads old (or untranslated) fields. I think that using this module even without Entity cache or other persistent cache, the entity cache must be invalidated to refresh also the static cache.
Comment #3
mvcplach says this is the right approach, since resetCache() is a method of the base class DrupalEntityControllerInterface.
Comment #4
plachCommitted, thanks!
Comment #5.0
(not verified) commentedUpdated issue summary.