ref #10182: revert refresh of details view when loosing focus
authorKatja Luther <k.luther@bgbm.org>
Thu, 5 Jan 2023 07:45:32 +0000 (08:45 +0100)
committerKatja Luther <k.luther@bgbm.org>
Thu, 5 Jan 2023 07:46:05 +0000 (08:46 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/AbstractGroupedContainer.java

index 6f016ce77ca2a76edff78c5a65dc2dfef4d6513e..f85169b13e34a2ada494b7e829df8010e4e17abf 100755 (executable)
@@ -168,7 +168,7 @@ abstract public class AbstractGroupedContainer<T extends TaxonBase> implements
                                storeCursor();
                                // notify selection listener
                                setDelayedSelection();
-                               //EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
+                               
 
                };
 
@@ -178,8 +178,8 @@ abstract public class AbstractGroupedContainer<T extends TaxonBase> implements
                        public void focusLost(FocusEvent e) {
                                super.focusLost(e);
                                persistName();
-                               EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
                        }
+                       
                };
 
                addListener();