MoK-Auswertungen: Ansicht verbessert.

This commit is contained in:
2023-05-22 14:05:32 +02:00
parent e0f93fd221
commit 2fd05fef1f
3 changed files with 11 additions and 32 deletions

View File

@@ -47,8 +47,6 @@ namespace BeWoPlanerMobil.Controllers
public ActionResult ReportViewer()
{
TempData["ErrorTest"] = "Das ist nur ein Test.";
Model.Report = null;
var month = DateTime.Today.Month;
@@ -217,8 +215,6 @@ namespace BeWoPlanerMobil.Controllers
[Authorize]
public ActionResult LoadMitarbeiterstundenkonto(string parameters)
{
TempData["PartialViewErrorTest"] = "Das ist nur ein Test.";
if(Model?.Employee?.EmployeeOid is null)
{
return Logout();