From 8630e3b343d318f856933c4b6282d9bf5dceafdc Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 4 Apr 2024 18:38:35 +0200 Subject: [PATCH] Fix lost reports when switching workflow versions We serialize workflow.reports, but we were only setting it on the workflow instance if the markdown editor emits it. Fixes a part of https://github.com/galaxyproject/galaxy/issues/17903 --- client/src/components/Workflow/Editor/Index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/components/Workflow/Editor/Index.vue b/client/src/components/Workflow/Editor/Index.vue index a283e5b863b2..b656ca1e69f8 100644 --- a/client/src/components/Workflow/Editor/Index.vue +++ b/client/src/components/Workflow/Editor/Index.vue @@ -145,7 +145,7 @@ 0;