Project

General

Profile

« Previous | Next » 

Revision 7dea17bf

Added by Katja Luther almost 6 years ago

correct classification selection in taxonnode selection dialog

View differences:

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

Also available in: Unified diff