fix for EiscApiAdvanced loading

This commit is contained in:
Andrew Welker
2020-10-01 12:15:54 -06:00
parent d50ad7345d
commit c0e3da9214

View File

@@ -318,7 +318,7 @@ namespace PepperDash.Essentials.Core.Bridges
var controlProperties = CommFactory.GetControlPropertiesConfig(dc);
switch (dc.Type)
switch (dc.Type.ToLower())
{
case "eiscapiadv":
case "eiscapiadvanced":