Project

General

Profile

« Previous | Next » 

Revision e34c0af1

Added by Patrick Plitzner over 6 years ago

ref #6595 Set correct focus when opening a taxon/synonym

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/e4/TaxonEditorInputE4.java
109 109
        if (taxonBase != null){
110 110
            if(taxonBase.isInstanceOf(Taxon.class)){
111 111
                Taxon taxon = CdmBase.deproxy(taxonBase, Taxon.class);
112
                setInitiallySelectedTaxonBase(taxon);
112 113

  
113 114
                if (taxon.getTaxonNodes().size() == 0 && taxon.isMisapplication()){
114 115
                    // TODO get accepted taxon
......
135 136
                	taxa.add(taxon);
136 137
                }
137 138
                setInputForMultipleTaxa(conversation, taxa);
139
                setInitiallySelectedTaxonBase(synonym);
138 140
            }
139 141
        }
140 142
    }

Also available in: Unified diff