Project

General

Profile

« Previous | Next » 

Revision 73649f56

Added by Katja Luther about 7 years ago

fix #3533: prefill nomenclatural reference selection dialog with nomenclatural title of combination author

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SelectionDialogFactory.java
79 79
			return (T) TaxonNodeSelectionDialog.select(shell, conversation, null, null, (TaxonNode) currentSelection, ((TaxonNode) currentSelection).getClassification());
80 80
		}
81 81
		if(clazz.equals(Reference.class) && parentElement instanceof NomenclaturalReferenceDetailElement){
82
			return (T) NomenclaturalReferenceSelectionDialog.select(shell, conversation, (Reference) currentSelection);
82
			return (T) NomenclaturalReferenceSelectionDialog.select(shell, conversation, (Reference) currentSelection, ((NomenclaturalReferenceDetailElement)parentElement).getEntity().getCombinationAuthorship());
83 83
		}
84 84
		if(clazz.equals(Reference.class)){
85 85
		    if (parentElement instanceof ReferenceDetailElement){

Also available in: Unified diff