ref #8679 adapt TaxEditor to changes in DescriptionAggregation dataset handling
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 26 Nov 2019 16:09:38 +0000 (17:09 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 26 Nov 2019 16:09:38 +0000 (17:09 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixBottomToolbar.java

index 10cfb0ab20fb0aa6d33f67bd3f8154b28f7d4275..7c8ebca95471b33c83fe95192d85b56d6aa11aac 100644 (file)
@@ -192,7 +192,7 @@ public class CharacterMatrixBottomToolbar extends Composite{
         // FIXME: set taxon node filter for config (this is still not used in the aggregation)
         StructuredDescriptionAggregationConfiguration config = StructuredDescriptionAggregationConfiguration.NewInstance(
                 null, null);
-        config.setDataset(matrix.getDescriptiveDataSet().getUuid());
+        config.setDatasetUuid(matrix.getDescriptiveDataSet().getUuid());
         config.setAggregateToHigherRanks(true);
         UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().invoke(config);