From d1c9fca3b60432756b145f130742a6ee14e3b3ec Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Mon, 14 Dec 2020 15:19:47 +0100 Subject: [PATCH] Switch to JSON as default output type for simple variable workflow execution --- .../variableWorkflow/VariableWorkflowRequestUtils.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silk-workbench/silk-workbench-workflow/app/controllers/workflowApi/variableWorkflow/VariableWorkflowRequestUtils.scala b/silk-workbench/silk-workbench-workflow/app/controllers/workflowApi/variableWorkflow/VariableWorkflowRequestUtils.scala index e3016e3250..4b75741eec 100644 --- a/silk-workbench/silk-workbench-workflow/app/controllers/workflowApi/variableWorkflow/VariableWorkflowRequestUtils.scala +++ b/silk-workbench/silk-workbench-workflow/app/controllers/workflowApi/variableWorkflow/VariableWorkflowRequestUtils.scala @@ -28,8 +28,8 @@ object VariableWorkflowRequestUtils { /** The mime types that the variable workflow supports as response. */ val acceptedMimeType: Seq[String] = Seq( - xmlMimeType, // XML dataset, this is the default for now FIXME: switch to JSON with CMEM-3051 jsonMimeType, // JSON dataset + xmlMimeType, // XML dataset, this is the default for now ntriplesMimeType, // RDF file dataset with N-Triples output xlsxMimeType, // Excel dataset csvMimeTypeShort, // CSV dataset