mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix for EiscApiAdvanced loading
This commit is contained in:
parent
d50ad7345d
commit
c0e3da9214
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue