Added new reactor mode to for ENG APP
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user