MICHELE: edit progressivi

This commit is contained in:
michele 2023-11-28 16:10:53 +01:00
parent 772f8868d0
commit 54f384f7f5

View File

@ -122,7 +122,7 @@ namespace VirtualTask.Controllers
return RedirectToAction("Error");
}
return View();
return View(prog);
}
[HttpPost]