Project

General

Profile

« Previous | Next » 

Revision 893ee34c

Added by Katja Luther about 7 years ago

missed to add some selection dialogs with last commit

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/ReferenceSelectionDialog.java
81 81
            pattern = ((Text)control).getText();
82 82
        }
83 83

  
84
        if (pattern.equals("?")){
84
        if (pattern == null || pattern.equals("?")){
85 85
            model = CdmStore.getService(IReferenceService.class).getUuidAndTitleCache(null,null);
86 86
        }else{
87 87
            model = CdmStore.getService(IReferenceService.class).getUuidAndTitleCache(limitOfInitialElements,pattern);

Also available in: Unified diff