ref #6595 Fix "move synonym to another taxon" handler
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / e4 / operation / MoveSynonymToAnotherAcceptedTaxonOperationE4.java
index c2ac3ab1b7835c4eb0b0e3e7f032e84c76e18e73..309c7a6adcc16bf327279bd1206b3cfc9ae8d1a9 100644 (file)
@@ -70,7 +70,7 @@ public class MoveSynonymToAnotherAcceptedTaxonOperationE4 extends
                conversationEnabled.getConversationHolder().commit();
 
                // Redraw editor if it exists
-               return postExecute(synonym);
+               return postExecute(null);
        }
 
        @Override