Skip to content

Commit

Permalink
Add implicit_collection_jobs_id to args if available
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 27, 2025
1 parent 4be1ca4 commit f97a192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Markdown/Sections/MarkdownGalaxy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ async function handleArgs() {
} else if (attributesArgs.step && invocation.steps) {
const step = invocation.steps.find((s) => s.workflow_step_label === attributesArgs.step);
attributesArgs.job_id = step?.job_id;
attributesArgs.implicit_collection_jobs_id = step?.implicit_collection_jobs_id;
}
} else {
error.value = "Failed to retrieve invocation.";
Expand Down

0 comments on commit f97a192

Please sign in to comment.