B2017-011: Complete report, sorted by setpoint id, crashes if duplicate setpoint id
B2017-011: Complete report, don’t crash if requested ro is not in database
This commit is contained in:
@@ -187,6 +187,10 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
rtnstr = rodbidPrefix + string.Format("{0}", roc.roid);
|
||||
keystr = ((roc.appid == "") ? GetNextBlankKey() : roc.appid) + chld.roid.Substring(0, 4);
|
||||
if (AccIDROIDdic.ContainsKey(keystr)) // For duplicates, append the parent title (B2017-011) so adding to dictionary doesn't crash.
|
||||
{
|
||||
keystr = keystr + "|" + chld.title;
|
||||
}
|
||||
AccIDROIDdic.Add(keystr, rtnstr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user