fix #5888: add the element as argument to postExecute method s
authorKatja Luther <k.luther@bgbm.org>
Fri, 7 Oct 2016 13:03:37 +0000 (15:03 +0200)
committerKatja Luther <k.luther@bgbm.org>
Fri, 7 Oct 2016 13:03:37 +0000 (15:03 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/DeleteDescriptionElementOperation.java

index 0c5ded96a98fc79da8af76b361dd185c23175a6a..54834bac6d64e36e4b180ffe62a6ce1595a2fb8d 100644 (file)
@@ -71,7 +71,7 @@ public class DeleteDescriptionElementOperation extends AbstractPostTaxonOperatio
                monitor.worked(40);
 
         // Redraw editor if exists
                monitor.worked(40);
 
         // Redraw editor if exists
-               return postExecute(null);
+               return postExecute(description);
        }
 
        /* (non-Javadoc)
        }
 
        /* (non-Javadoc)