ref #3535: source taxon should not be selectable for target of moving factual data
authorKatja Luther <k.luther@bgbm.org>
Wed, 5 Sep 2018 13:15:44 +0000 (15:15 +0200)
committerKatja Luther <k.luther@bgbm.org>
Thu, 6 Sep 2018 07:39:22 +0000 (09:39 +0200)
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/RemotingMoveFactualDataHandlerE4.java

index 1712ce0e9d0bd450cdd469b80aaea7f9c79fbdfe..c562aadcb3769f3b052db368a55683eed296738b 100644 (file)
@@ -89,7 +89,7 @@ public class RemotingMoveFactualDataHandlerE4 extends RemotingCdmHandlerE4 {
         }
 
         Set<UUID> excludeTaxa = new HashSet<>();
-        excludeTaxa.add(sourceTaxonNode.getTaxonUuid());
+        excludeTaxa.add(sourceTaxonNode.getUuid());
 
         targetTaxonNode = TaxonNodeSelectionDialog.select(shell,
 //                new ConversationHolderMock(),