You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root causes of TestMxCheck_DoctypeScripts failures:
1. REST service operation paths with leading/trailing slashes were
stored as-is in BSON (CE6550/CE6551). Now stripped at parse time
in visitor_rest.go.
2. Microflow parameters with bare entity names like "Object" (missing
module prefix) were not caught by mxcli check. Added MDL008
validation in both ValidateMicroflow (linter) and
ValidateMicroflowBody (semantic validator).
3. Test data fixes: REST param case mismatch ($Id → $id), workflow
params (Object → System.Workflow/System.WorkflowUserTask).
0 commit comments