C2021-026 Parent/Child applicability in RO Editor
This commit is contained in:
@@ -2133,7 +2133,9 @@ namespace RODBInterface
|
||||
if (combofield == false)
|
||||
{
|
||||
tinfo1 = info.Replace(onameOpen, nnameOpen);
|
||||
tinfo1 = DoReplaceParentChildField(tinfo1, onameOpen, nnameOpen); //C2021-0226 also update Parent/Child fields
|
||||
tinfo2 = tinfo1.Replace(onameClose, nnameClose);
|
||||
tinfo2 = DoReplaceParentChildField(tinfo2, onameClose, nnameClose); //C2021-0226 also update Parent/Child fields
|
||||
XmlNodeList nodeList;
|
||||
nodeList = echild.SelectNodes(oldname);
|
||||
foreach (XmlNode nod in nodeList)
|
||||
@@ -2565,6 +2567,7 @@ namespace RODBInterface
|
||||
return null;
|
||||
}
|
||||
}
|
||||
// C2021-026 read in schema for the "ApplicabilityEnabled" attribute
|
||||
entireschema = schemastart + entireschema + schemaend;
|
||||
}
|
||||
XmlTextReader schemareader = new XmlTextReader(entireschema, XmlNodeType.Element, null);
|
||||
|
Reference in New Issue
Block a user