Project

General

Profile

« Previous | Next » 

Revision 38af64d4

Added by Katja Luther over 3 years ago

ref #9171: use includeDoubtful flag for taxonnode search dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java
178 178
	protected void callService(String pattern) {
179 179
	    model = CdmStore.getService(IClassificationService.class)
180 180
	    		.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(
181
	    				selectedClassification.getUuid(), limitOfInitialElements, pattern, allowClassificationSelection);
181
	    				selectedClassification.getUuid(), limitOfInitialElements, pattern, allowClassificationSelection, true);
182 182
	}
183 183

  
184 184
	@Override

Also available in: Unified diff