Project

General

Profile

« Previous | Next » 

Revision b0358e33

Added by Katja Luther over 6 years ago

adapt workingSetSelectionDialog to new getUuidAndTitleCache method and nomencl ref search with dedicated author

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/WorkingSetSelectionDialog.java
64 64
    /** {@inheritDoc} */
65 65
    @Override
66 66
    protected void callService(String pattern) {
67
        model = CdmStore.getService(IWorkingSetService.class).getUuidAndTitleCache(limitOfInitialElements, pattern);
67
        model = CdmStore.getService(IWorkingSetService.class).getWorkingSetUuidAndTitleCache(limitOfInitialElements, pattern);
68 68
    }
69 69

  
70 70
    @Override

Also available in: Unified diff