fix #9746: remove unplaced and excluded from right click menu of navigator
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / e4 / handler / SetDoubtfulHandler.java
index 95cfe2ef191dcaae22d6492972a59f218f7ffc1b..09418ceb3701d098910699f2197260765bdb6fcf 100755 (executable)
@@ -20,21 +20,21 @@ import org.eclipse.jface.viewers.TreeSelection;
 import org.eclipse.swt.widgets.Shell;
 
 import eu.etaxonomy.cdm.persistence.dto.TaxonNodeDto;
-import eu.etaxonomy.taxeditor.navigation.navigator.operation.SetUnplacedExcludedDoubtfulOperation;
+import eu.etaxonomy.taxeditor.navigation.navigator.operation.SetDoubtfulOperation;
 
 /**
  * @author k.luther
  * @since 23.08.2019
  */
-public class SetDoubtfulHandler extends UnplacedExcludedDoubtfulHandler {
+public class SetDoubtfulHandler extends DoubtfulHandler {
 
     @Override
     public AbstractOperation prepareOperation(IStructuredSelection selection,
             Shell shell,
             MPart activePart,
             MHandledMenuItem menuItem) {
-        SetUnplacedExcludedDoubtfulOperation operation =
-                new SetUnplacedExcludedDoubtfulOperation(getTrigger(),
+        SetDoubtfulOperation operation =
+                new SetDoubtfulOperation(getTrigger(),
                         true,
                         taxonNodes,
                         null, null, true);