Project

General

Profile

« Previous | Next » 

Revision d41c6a72

Added by Katja Luther over 6 years ago

selection dialogs does not use CdmFilteredItemsSelectionDialog anymore

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NomenclaturalPersonAuthorSelectionDialog.java
55 55
    }
56 56

  
57 57
    @Override
58
    protected void initModel() {
59
        Control control = getPatternControl();
58
    protected void search() {
59
        Control control =getSearchField();
60 60
        String pattern = null;
61 61
        if (control != null){
62 62
            pattern = ((Text)control).getText();

Also available in: Unified diff