Revision bbf732be
Added by Katja Luther about 7 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java | ||
---|---|---|
274 | 274 |
private void setTaxon(TaxonNameBase taxonName) { |
275 | 275 |
Reference secundum = null; |
276 | 276 |
if (getParentTreeNode() != null) { |
277 |
if (this.secReference != null){
|
|
278 |
secundum = this.secReference;
|
|
277 |
if (this.selection_SecRef.getEntity() != null){
|
|
278 |
secundum = this.selection_SecRef.getEntity();
|
|
279 | 279 |
} /*else if (getParentTreeNode() instanceof Classification) { |
280 | 280 |
secundum = ((Classification) getParentTreeNode()) |
281 | 281 |
.getReference(); |
Also available in: Unified diff
add the sec reference of the parent to the new created taxon node