mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
Quick fix related to exception handler thrown while LotATC or SRS data cannot be usd.
This commit is contained in:
@@ -456,7 +456,7 @@ namespace Perun_v1
|
||||
}
|
||||
if (boolSRSdefault2)
|
||||
{
|
||||
strSRSJson = "{'type':'100','instance':'2','payload':{'ignore':'true'}}";
|
||||
strSRSJson2 = "{'type':'100','instance':'2','payload':{'ignore':'true'}}";
|
||||
}
|
||||
DatabaseController.SendToMySql(strSRSJson2);
|
||||
|
||||
@@ -505,7 +505,7 @@ namespace Perun_v1
|
||||
}
|
||||
if (boolLotATCdefault2)
|
||||
{
|
||||
strLotATCJson = "{'type':'101','instance':'2','payload':{'ignore':'true'}}"; // No LotATC controller connected
|
||||
strLotATCJson2 = "{'type':'101','instance':'2','payload':{'ignore':'true'}}"; // No LotATC controller connected
|
||||
}
|
||||
DatabaseController.SendToMySql(strLotATCJson2);
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<SuiteName>Perun</SuiteName>
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>Perun.htm</WebPage>
|
||||
<ApplicationRevision>6</ApplicationRevision>
|
||||
<ApplicationRevision>7</ApplicationRevision>
|
||||
<ApplicationVersion>0.7.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
|
||||
Reference in New Issue
Block a user