Project

General

Profile

« Previous | Next » 

Revision 332bd217

Added by Katja Luther over 5 years ago

ref #7793: remove classification and reuse taxon in new taxon wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
366 366
        classification = HibernateProxyHelper
367 367
                    .deproxy(((TaxonNode) treeNode).getClassification());
368 368
        if (isCreateNew()){
369
            selection_classification.setEntity(classification);
369
           //selection_classification.setEntity(classification);
370 370
            selection_parentTaxonNode.setEntity(((TaxonNode) treeNode).getParent());
371 371
            selection_parentTaxonNode.setClassification(((TaxonNode) treeNode).getParent().getClassification());
372 372
            selection_SecRef.setEntity(((TaxonNode)treeNode).getTaxon().getSec());

Also available in: Unified diff