Project

General

Profile

« Previous | Next » 

Revision 6ad6a6e4

Added by Katja Luther about 5 years ago

ref #8088: fix TOE in edit taxon node wizard when changing taxon

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
265 265
		} else if (eventSource == selection_reuseExistingTaxon) {
266 266
		    if (selection_reuseExistingTaxon.getEntity() != null){
267 267
		        setTaxon(selection_reuseExistingTaxon.getEntity());
268
		        if (getTaxon().getSec()!= null){
269
		            textTaxonSec.setText((getTaxon().getSec().getTitleCache()));
270
		        }else{
271
		            textTaxonSec.setText("");
272
		        }
273
		        checkbox_publish.setSelected(getTaxon().isPublish());
268 274
            }
269 275
			complete = true;
270 276
		} else if (eventSource == selection_reuseExistingName) {

Also available in: Unified diff