CSM B2024-087 Fix RO Editor Inconsistencies
Refresh issue in RO Definitions. Modify an In Use field item that is not one of the Standard items, choose Continue, choose OK in the Text Definition Field. when prompted if want to Update Local or Generic definitions: 1. Prompt should contain table name (previously was not for Setpoint items) 2. If Select "Yes", Should refresh to new field name when return to previous screen / click ok to go back to RO Definition.
This commit is contained in:
@@ -2796,7 +2796,7 @@ namespace RODBInterface
|
||||
nodetocheck = (VlnXmlElement) nodetocheck.ParentNode;
|
||||
}
|
||||
|
||||
return nodetocheck.GetAttribute("MenuTitle");
|
||||
return nodetocheck.FirstChild.InnerText;
|
||||
}
|
||||
|
||||
public override XmlSchema RODB_GetGroupSchema(VlnXmlElement elem)
|
||||
|
Reference in New Issue
Block a user