ref #6694 Set FeatureTree editor dirty after drag and drop
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / featuretree / e4 / FeatureTreeEditor.java
index 26f4305b26bb538474db6f01a6b5debf45a554eb..77b34808fc2526bbe4ed46e83f1117d6752c7d18 100644 (file)
@@ -365,6 +365,7 @@ public class FeatureTreeEditor implements
                                viewer.add(target, droppedNode);
                                viewer.reveal(droppedNode);
                        }
+            setDirty(true);
                        return true;
                }