Project

General

Profile

« Previous | Next » 

Revision 0c6a1a43

Added by Patrick Plitzner over 8 years ago

Pre-select current classification for taxon node selection dialog
(#3462)

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/handler/MoveFactualDataHandler.java
69 69
                            navigator.getConversationHolder(),
70 70
                            "Choose the accepted taxon",
71 71
                            excludeTaxa,
72
                            null,
73
                            null);
72
                            sourceTaxonNode,
73
                            sourceTaxonNode.getClassification());
74 74
                    if (dialogTaxonNode == null) {
75 75
                        return null;
76 76
                    }

Also available in: Unified diff