Revert change for proxy since it breaks the name editor
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 21 Jul 2015 11:52:01 +0000 (13:52 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 21 Jul 2015 11:52:01 +0000 (13:52 +0200)
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/CacheLoader.java

index d829ee533fbd23c179fbabe0c0c57165c748d5dc..5a9c0e6507e5c08ec39118d5aa7071953c0caf11 100644 (file)
@@ -313,7 +313,7 @@ public class CacheLoader {
 
             CdmBase cdmEntityInSubGraph = null;
 
-            if(update || ProxyUtils.isProxy(o)) {
+            if(update) {
                 // if we are in update mode we have to make the field of the cached entity
                 // up-to-date by setting it to the value of the cdm entity being loaded
                 //