Project

General

Profile

« Previous | Next » 

Revision 77360286

Added by Katja Luther almost 3 years ago

ref #9680: adapt edtior to cdmlib changes in agent searches

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NomenclaturalAuthorTeamSelectionDialog.java
8 8
*/
9 9
package eu.etaxonomy.taxeditor.ui.dialog.selection;
10 10

  
11
import java.util.List;
11 12
import java.util.UUID;
12 13

  
13 14
import org.eclipse.swt.widgets.Shell;
......
88 89

  
89 90
    @Override
90 91
    protected void callService(String pattern) {
91
        model = CdmStore.getService(IAgentService.class).getUuidAndAbbrevTitleCache(Team.class, limitOfInitialElements, pattern);
92
        model = (List)CdmStore.getService(IAgentService.class).getUuidAndAbbrevTitleCache(Team.class, limitOfInitialElements, pattern);
92 93
    }
93 94
}

Also available in: Unified diff