Project

General

Profile

« Previous | Next » 

Revision e91fb609

Added by Katja Luther about 5 years ago

ref #7794: fix classification selection combo in taxonnode wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java
98 98
		fillClassifications();
99 99
		this.allowClassificationSelection = allowSelectClassification;
100 100

  
101
		createClassificationSelectionCombo(shell);
101
		//createClassificationSelectionCombo(shell);
102 102
	}
103 103
	protected TaxonNodeSelectionDialog(Shell shell, //ConversationHolder conversation,
104 104
            String title, Set<UUID> excludeTaxa, boolean multi, TaxonNode node, UUID classificationUUID) {
......
185 185
	    		.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(
186 186
	    				selectedClassification.getUuid(), limitOfInitialElements, pattern, allowClassificationSelection);
187 187
	}
188
	
188

  
189 189
	@Override
190 190
	protected void sort() {
191 191
	    if(!PreferencesUtil.isSortTaxaByRankAndName()){

Also available in: Unified diff