From f77d7235763a21a84536afbabac950e2f8e5a726 Mon Sep 17 00:00:00 2001 From: Daniel Wathen Date: Fri, 3 Mar 2023 13:24:57 -0700 Subject: [PATCH] Added new reactor mode to for ENG APP --- .../ViewModels/ProductionReport/ToolEventView.cs | 3 +++ ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml | 3 ++- ReportingServices.UI/wwwroot/Assets/SLLTools.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs b/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs index 17f0034..5d77668 100644 --- a/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs +++ b/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs @@ -171,6 +171,9 @@ public class ToolEventView if (evnt.ToUpper() == "ENGINEERING_DEVELOPMENT") return true; + if (evnt.ToUpper() == "WAITING_FOR_ENGINEER_SCHEDULED") + return true; + return false; } diff --git a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml index aec222e..c41987b 100644 --- a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml +++ b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml @@ -307,7 +307,8 @@