Document form-list submit button rendering limitation in MCP mode
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -752,6 +752,7 @@ def startTime = System.currentTimeMillis() | ... | @@ -752,6 +752,7 @@ def startTime = System.currentTimeMillis() |
| 752 | } | 752 | } |
| 753 | 753 | ||
| 754 | // Extract transitions (actions like "Update" buttons) | 754 | // Extract transitions (actions like "Update" buttons) |
| 755 | ec.logger.info("MCP Data Extraction: renderMode=${renderMode}, hasScreenDef=${finalScreenDef != null}, hasTransition=${finalScreenDef?.hasTransition(null)}") | ||
| 755 | if (finalScreenDef.hasTransition(null)) { | 756 | if (finalScreenDef.hasTransition(null)) { |
| 756 | mcpData.actions = [] | 757 | mcpData.actions = [] |
| 757 | finalScreenDef.getTransitionList().each { trans -> | 758 | finalScreenDef.getTransitionList().each { trans -> | ... | ... |
-
Please register or sign in to post a comment