Add compact/ARIA render modes, fix framework transitions
- Add compact render mode (now default): LLM-optimized ~75% smaller output - Shows forms with fields, grids with sample rows, actions with services - Truncates dropdown options with fetch hints - Add ARIA render mode: W3C accessibility tree format - Maps Moqui fields to ARIA roles (textbox, combobox, checkbox, etc.) - Fix action execution to use framework transitions - Actions now append to screen path for proper transition handling - Framework handles inheritance, pre/post actions, response handling - Fix CSRF bypass for MCP requests - Set moqui.request.authenticated=true in MockHttpServletRequest attributes
Showing
2 changed files
with
480 additions
and
127 deletions
-
Please register or sign in to post a comment