Project

General

Profile

« Previous | Next » 

Revision 9df04a28

Added by Katja Luther about 6 years ago

fix #7291: search only for taxa for polytomous key nodes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonBaseSelectionDialog.java
28 28
 * @created Sep 21, 2009
29 29
 * @version 1.0
30 30
 */
31
public class TaxonBaseSelectionDialog extends AbstractFilteredCdmResourceSelectionDialog<TaxonBase> {
31
public class TaxonBaseSelectionDialog<T extends TaxonBase> extends AbstractFilteredCdmResourceSelectionDialog {
32 32

  
33 33

  
34 34
    public static TaxonBase selectTaxonBase(Shell shell){//, ConversationHolder conversation) {
......
73 73
    @SuppressWarnings({ "unchecked", "rawtypes" })
74 74
	@Override
75 75
    protected void callService(String pattern) {
76

  
76 77
        model = CdmStore.getService(ITaxonService.class).getUuidAndTitleCache(limitOfInitialElements, pattern);
77 78
    }
78 79

  

Also available in: Unified diff