mxcli version : v0.16.0
Mendix version : 11.12.0
Scenario: I need to create a Data View with the Form Orientation set to Vertical.
Expected output: I expect the Data View to be created with the Form Orientation set to Vertical.
Actual output: Although the DML is generated correctly, when I open the page in Mendix Studio Pro, the Data View properties are not updated accordingly.
DATAVIEW "dvCreate" ( DataSource: $CreateBufferDefinition, FormOrientation: Vertical, ShowFooter: true...
mxcli version : v0.16.0
Mendix version : 11.12.0
Scenario: I need to create a Data View with the Form Orientation set to Vertical.
Expected output: I expect the Data View to be created with the Form Orientation set to Vertical.
Actual output: Although the DML is generated correctly, when I open the page in Mendix Studio Pro, the Data View properties are not updated accordingly.
DATAVIEW "dvCreate" ( DataSource: $CreateBufferDefinition, FormOrientation: Vertical, ShowFooter: true...