From 54f384f7f57c44d59f1b930d6deb4aa2b85d3236 Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 28 Nov 2023 16:10:53 +0100 Subject: [PATCH] MICHELE: edit progressivi --- Controllers/ProgressiviController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/ProgressiviController.cs b/Controllers/ProgressiviController.cs index 21ef949..f2575e5 100644 --- a/Controllers/ProgressiviController.cs +++ b/Controllers/ProgressiviController.cs @@ -122,7 +122,7 @@ namespace VirtualTask.Controllers return RedirectToAction("Error"); } - return View(); + return View(prog); } [HttpPost]