Add possibility to open Derivative Editor for specified specimen uuids
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / derivate / DerivateView.java
index 053f90cc45b01d29b2c9b861ef45d1c82e82fc23..5e6f23c0a5f1698f5c1a68f0a61bcdbe443f3394 100644 (file)
@@ -202,7 +202,7 @@ public class DerivateView extends EditorPart implements IPartContentHasFactualDa
         control.setMenu(menu);
 
         //init tree
-        updateRootEntities();
+        updateRootEntities(((DerivateViewEditorInput)getEditorInput()).getDerivativeUuids());
         //reset status bar
         getEditorSite().getActionBars().getStatusLineManager().setMessage("");