Skip to content

Commit 87fdb75

Browse files
committed
Applied type filters to POST /job/submit
1 parent a6f8805 commit 87fdb75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/v2/workflow/RunWorkflowModal.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
worker_init: workerInitControl,
117117
first_task_index: firstTaskIndex,
118118
last_task_index: lastTaskIndex,
119-
attribute_filters: appliedAttributeFilters
119+
attribute_filters: appliedAttributeFilters,
120+
type_filters: appliedTypeFilters
120121
};
121122
if (setSlurmAccount && slurmAccount !== '') {
122123
requestBody.slurm_account = slurmAccount;

0 commit comments

Comments
 (0)