Kusuma04-dev commented on code in PR #2831: URL: https://github.com/apache/incubator-kie-tools/pull/2831#discussion_r1901469318
########## packages/boxed-expression-component/src/expressions/FunctionExpression/JavaFunctionExpression.tsx: ########## @@ -346,7 +346,13 @@ export function JavaFunctionExpression({ expression: { __$$element: "context", ...context, - contextEntry: [clazz, method], + contextEntry: [ + { + ...clazz, + expression: newExpression, Review Comment: Hi , Done. ########## packages/boxed-expression-component/src/expressions/FunctionExpression/JavaFunctionExpression.tsx: ########## @@ -371,7 +377,13 @@ export function JavaFunctionExpression({ expression: { __$$element: "context", ...context, - contextEntry: [clazz, method], + contextEntry: [ + clazz, + { + ...method, + expression: newExpression, Review Comment: Done -- 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: commits-unsubscr...@kie.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org