jvitorino opened a new issue, #3154: URL: https://github.com/apache/incubator-kie-tools/issues/3154
Hi, I'm not sure if this is an expected behavior or a bug in the FEEL editor. If I define custom data types as follows: Grandparent (structure) with a "child" property of type "Parent" Parent (structure) with a "child" property of type "Grandchild" Grandchild (structure) with a "name" property of type string And then attempt to write a decision that has an input of type "Grandparent", then the FEEL editor's typeahead works with Grandparent and presents "child" as an option but then if I type "Grandparent.child." it fails to present "child" or any of the other properties that I have on the "Parent" structure. the typeahead doesn't follow the reference data types. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
