Project

General

Profile

« Previous | Next » 

Revision 07e50557

Added by Katja Luther about 8 years ago

add the possibility to add taxonnode agent relations to a taxonnode and to edit a taxonnode

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailSection.java
58 58
	@Override
59 59
	protected AbstractCdmDetailElement createCdmDetailElement(AbstractCdmDetailSection<TaxonNode> parentElement, int style) {
60 60
	    //FIXME generic
61
	    return formFactory.createTaxonNodeDetailElement(parentElement);
61
	    return formFactory.createTaxonNodeDetailElement(parentElement, false);
62 62
	}
63 63
}

Also available in: Unified diff