ref #8228: fix refresh in details view
authorKatja Luther <k.luther@bgbm.org>
Tue, 9 Apr 2019 07:33:13 +0000 (09:33 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 9 Apr 2019 07:33:13 +0000 (09:33 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java

index bbad786bd881812cf7b667cd585e9c80b603700a..a1cc6f414652e030068d481b4f826603b1081efe 100644 (file)
@@ -157,11 +157,11 @@ public abstract class AbstractCdmEditorPartE4
 
         }
 
-        if((previousSelection!=null && selection!=null) &&
+        if((previousSelection!=null && selection!=null) && activePart.equals(selectionProvidingPart) &&
                 (previousSelection==selection
                 || previousSelection.equals(selection)
                 || new StructuredSelection(selection).equals(previousSelection))
-                ){
+                ) {
             return;
         }
         if(delaySelection==null){