Skip to content

Commit

Permalink
Redirect to the deployment plan steps after creating plan (#17121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored Dec 5, 2024
1 parent 88edd3e commit ff99029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public async Task<IActionResult> Create(CreateDeploymentPlanViewModel model)

await _session.SaveAsync(deploymentPlan);

return RedirectToAction(nameof(Index));
return RedirectToAction(nameof(Display), new { id = deploymentPlan.Id });
}

// If we got this far, something failed, redisplay form
Expand Down

0 comments on commit ff99029

Please sign in to comment.