feat(FN-4429): complete Step 1 — plumb moveSource and userPaused
Fusion-Task-Id: FN-4429 Fusion-Task-Lineage: b010437b-0e58-43f6-81b3-40dcebbf0873
This commit is contained in:
@@ -398,6 +398,7 @@ export function registerTaskWorkflowRoutes(ctx: ApiRoutesContext, deps: TaskWork
|
||||
const task = await scopedStore.moveTask(req.params.id, column as Column, {
|
||||
preserveProgress,
|
||||
allocateWorktree,
|
||||
moveSource: "user",
|
||||
});
|
||||
res.json(task);
|
||||
} catch (err: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user