Project

General

Profile

« Previous | Next » 

Revision 0980a8e8

Added by Katja Luther almost 5 years ago

fix NPE in TaxonNodeWizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
156 156
	        }
157 157
//	        TextWithLabelElement textTaxon = formFactory.createTextWithLabelElement(formElement,"Taxon", taxon.getTitleCache(), style);
158 158
//	        textTaxon.setEnabled(false);
159
	        selection_Ref = formFactory
160
                    .createSelectionElement(Reference.class,
161
                            formElement, "Parent Child Relation Source", null,
162
                            EntitySelectionElement.DELETABLE, style);
159 163

  
160 164
	        selection_reuseExistingTaxon = formFactory
161 165
                  .createSelectionElement(Taxon.class,//getConversationHolder(),

Also available in: Unified diff