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

index d9d82ec687ae37273eb7ddfa5c4a15f93cb56b32..10cfb0ab20fb0aa6d33f67bd3f8154b28f7d4275 100644 (file)
@@ -61,7 +61,6 @@ import eu.etaxonomy.taxeditor.ui.dialog.selection.TaxonSelectionDialog;
 /**
  * @author pplitzner
  * @since Jul 9, 2018
- *
  */
 public class CharacterMatrixBottomToolbar extends Composite{
 
@@ -193,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());
+        config.setDataset(matrix.getDescriptiveDataSet().getUuid());
         config.setAggregateToHigherRanks(true);
         UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().invoke(config);