Skip to content
Snippets Groups Projects
Commit 1c929686 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Fix an Oops. It helps if you fill in the message template correctly

parent 0e21e657
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1508Fix an Oops. It helps if you fill in the message template correctly
Pipeline #12734 failed
......@@ -368,7 +368,6 @@ class WorkflowRequestRestService:
Create a new workflow request from the name/arguments supplied, then submit the request.
Audience: front-end and CLI
:return:
"""
self.request.context = self.create_workflow_request()
......
......@@ -326,8 +326,8 @@ class ArchiveMessageArchitect(MessageArchitectIF):
template["stop"] = self.stage_info["stop"]
if self.telescope is not None:
template["telescope"] = self.telescope
template["ingestion_type"] = self._determine_indexer_type(self.telescope)
template["logData"]["telescope"] = self.telescope
template["logData"]["ingestion_type"] = self._determine_indexer_type(self.telescope)
return DictView(template)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment