Hello,
I have been working with DataSourceFields that use the `validOperators` option and have run into a bug when trying to use `includeFrom`.
Here is my example:
Parent Field:
IncludeFrom Field:
Errors:
sw.toString() Output:
Please let me know if you need anything else.
-Zhene
I have been working with DataSourceFields that use the `validOperators` option and have run into a bug when trying to use `includeFrom`.
Here is my example:
Parent Field:
IncludeFrom Field:
Errors:
Code:
ERROR com.isomorphic.xml.XML:212 - - XML parser fatal error: file '(in memory stream)' line 14: org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 17; The value of attribute "validOperators" associated with an element type "field" must not contain the '<' character. ERROR com.isomorphic.datasource.AuditDSGenerator:212 - - Couldn't create audit DataSource audit_OpeningDoorAuditableSQL for the DataSource 'OpeningDoorAuditableSQL Problem was: com.isomorphic.xml.XMLParsingException: [ "XML parser fatal error: file '(in memory stream)' line 14: org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 17; The value of attribute \"validOperators\" associated with an element type \"field\" must not contain the '<' character." ]
sw.toString() Output:
Please let me know if you need anything else.
-Zhene
Comment