Fix wildcard issue for taxon search in TaxonNodeSelectionDialog
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 10 Jun 2016 19:55:28 +0000 (21:55 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 10 Jun 2016 19:55:28 +0000 (21:55 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java

index 9392a4c4cb4c4ead6600998cdfdfbd485986dc4e..bfff39fb098ae3705587114095cda300c09e4e10 100644 (file)
@@ -150,6 +150,8 @@ public class TaxonNodeSelectionDialog extends AbstractFilteredCdmResourceSelecti
                        }
                }
 
+               //FIXME prelim
+               pattern = pattern + "*";
                model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification.getUuid(), excludeTaxa, limitOfInitialElements, pattern);
        }