ref #10138 disable REFRESH_DETAILS
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 20 Dec 2022 13:00:00 +0000 (14:00 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 20 Dec 2022 13:02:19 +0000 (14:02 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/AbstractGroupedContainer.java

index be46f8757a12d1ec0294542cc7c3bef7b69aa784..c539be75353db83c7b486625f8de43bf20dee676 100755 (executable)
@@ -61,8 +61,6 @@ import eu.etaxonomy.taxeditor.editor.name.e4.TaxonEditor;
 import eu.etaxonomy.taxeditor.editor.name.e4.dnd.NameEditorDragListenerE4;
 import eu.etaxonomy.taxeditor.editor.name.e4.dnd.NameEditorDragSourceEffect;
 import eu.etaxonomy.taxeditor.editor.name.operation.CreateSynonymInNewGroupOperation;
-import eu.etaxonomy.taxeditor.event.EventUtility;
-import eu.etaxonomy.taxeditor.event.WorkbenchEventConstants;
 import eu.etaxonomy.taxeditor.model.AbstractUtility;
 import eu.etaxonomy.taxeditor.model.IElementHasDetails;
 import eu.etaxonomy.taxeditor.model.NameHelper;
@@ -178,7 +176,7 @@ abstract public class AbstractGroupedContainer<T extends TaxonBase> implements
                        public void focusLost(FocusEvent e) {
                                super.focusLost(e);
                                persistName();
-                               EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
+//                             EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
                        }
                };