Revision 1d48c1fb
Added by Andreas Müller almost 7 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java | ||
---|---|---|
150 | 150 |
} |
151 | 151 |
} |
152 | 152 |
|
153 |
//FIXME prelim |
|
154 |
pattern = pattern + "*"; |
|
153 | 155 |
model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification.getUuid(), excludeTaxa, limitOfInitialElements, pattern); |
154 | 156 |
} |
155 | 157 |
|
Also available in: Unified diff
Fix wildcard issue for taxon search in TaxonNodeSelectionDialog