Project

General

Profile

« Previous | Next » 

Revision a5a8be33

Added by Katja Luther over 3 years ago

ref #8769: move source ref to configuration wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SelectionDialogFactory.java
94 94
			return (T) TaxonNodeSelectionDialog.select(shell, //conversation,
95 95
			        null, null, (TaxonNode) currentSelection, ((TaxonNode) currentSelection).getClassification().getUuid());
96 96
		}
97
		if(clazz.equals(Reference.class) && parentElement.getParentElement() instanceof NomenclaturalReferenceDetailElement){
97
		if(clazz.equals(Reference.class) && parentElement != null && parentElement.getParentElement() instanceof NomenclaturalReferenceDetailElement){
98 98
			return (T) NomenclaturalReferenceSelectionDialog.select(shell, //conversation,
99 99
			        (Reference) currentSelection, ((NomenclaturalReferenceDetailElement)parentElement.getParentElement()).getEntity().getCombinationAuthorship());
100 100
		}

Also available in: Unified diff