Refactor AssignmentConfig to use FlexiGrid#128
Conversation
- Refactored `AssignmentConfig.vue` to use `FlexiGrid` for managing assignments. - Reordered columns to: Run If, Target Field, Operator, Value Expression. - Added `Button` fieldtype support to `ControlFactory.vue`. - Enhanced `FlexiGrid.vue` to emit `cell-click` events. - Preserved dynamic logic for operator filtering and structured value context. - Fixed linting issues and removed redundant row management code.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
d381f0c
into
fix-flexigrid-process-config-13020262370328003070
This PR refactors the AssignmentConfig component to utilize the modern FlexiGrid container. It updates the layout to match the requested column sequence (Run If first) and integrates existing dynamic logic (operator filtering, resolver defaulting) into the FlexiGrid's engine pattern. To support this, ControlFactory was updated with a Button type and FlexiGrid now bubbles up cell-click events.
PR created automatically by Jules for task 805236922661353675 started by @abdoruzaqi