Fix variable creation in helper pane#1543
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
When navigating through Expression Helper → Variables → New Variable, the extension crashes instead of allowing users to create a new variable.
The root cause was an incorrect node template property configuration in the form definition for the "New Variable" flow. Due to this misconfiguration, the form renderer fails while resolving required template metadata, leading to a runtime exception and extension crash.
This directly impacts usability, as users are unable to define new variables through the expression helper workflow.
Resolves wso2/product-ballerina-integrator#2528
Goals
Approach
Summary by CodeRabbit