Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Ean Schuessler
/
mo-mcp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
334bd2e4
authored
2025-12-23 15:19:49 -0600
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Document form-list submit button rendering limitation in MCP mode
1 parent
2dad2785
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
service/McpServices.xml
service/McpServices.xml
View file @
334bd2e
...
...
@@ -752,6 +752,7 @@ def startTime = System.currentTimeMillis()
}
//
Extract
transitions
(actions
like
"Update"
buttons)
ec.logger.info("MCP
Data
Extraction:
renderMode=
${renderMode},
hasScreenDef=
${finalScreenDef
!=
null},
hasTransition=
${finalScreenDef?.hasTransition(null)}")
if
(finalScreenDef.hasTransition(null))
{
mcpData.actions =
[]
finalScreenDef.getTransitionList().each
{
trans
-
>
...
...
Please
register
or
sign in
to post a comment