Description
CREATE ASSOCIATION with parent and child entities in different modules hangs indefinitely. Same-module associations work fine.
Reproduction
CREATE ASSOCIATION MyModule.TestAssoc (
MyModule.TestEntity (*) --- Administration.Account (1)
);
Expected: Association created or error returned.
Actual: Command hangs indefinitely (no output, no return).
Environment
- mxcli: v0.7.0-257-ga07e7e0
- Project: EnquiriesManagement (Mendix 11.8.0)
Workaround
None — cross-module associations cannot be created via mxcli.
Related
Description
CREATE ASSOCIATIONwith parent and child entities in different modules hangs indefinitely. Same-module associations work fine.Reproduction
Expected: Association created or error returned.
Actual: Command hangs indefinitely (no output, no return).
Environment
Workaround
None — cross-module associations cannot be created via mxcli.
Related