Project

General

Profile

« Previous | Next » 

Revision 53627082

Added by Patrick Plitzner over 4 years ago

ref #7597 Re-load dataset descriptions after aggregation

  • adapt to service layer change (use UUID as parameter)

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
577 577
        propertyToLabelMap.put(property, label);
578 578
    }
579 579

  
580
    public void loadDescriptions(DescriptiveDataSet descriptiveDataSet) {
581
        UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().monitGetRowWrapper(descriptiveDataSet);
580
    public void loadDescriptions(UUID descriptiveDataSetUuid) {
581
        UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().monitGetRowWrapper(descriptiveDataSetUuid);
582 582

  
583 583
        final Collection<RowWrapperDTO> wrappers = new ArrayList<>();
584 584
        String jobLabel = Messages.CharacterMatrix_LOAD_CHARACTER_DATA;

Also available in: Unified diff