Project

General

Profile

« Previous | Next » 

Revision 62214ec0

Added by Katja Luther over 5 years ago

ref #3535: source taxon should not be selectable for target of moving factual data

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/RemotingMoveFactualDataHandlerE4.java
89 89
        }
90 90

  
91 91
        Set<UUID> excludeTaxa = new HashSet<>();
92
        excludeTaxa.add(sourceTaxonNode.getTaxonUuid());
92
        excludeTaxa.add(sourceTaxonNode.getUuid());
93 93

  
94 94
        targetTaxonNode = TaxonNodeSelectionDialog.select(shell,
95 95
//                new ConversationHolderMock(),

Also available in: Unified diff