Skip to content

Commit 8b6ab45

Browse files
committed
Order fixes and solve KI
1 parent 66a9424 commit 8b6ab45

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.6.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mts: true
88

99
## 11.6.6 {#1166}
1010

11-
**Release date: April ___, 2026**
11+
**Release date: April 30, 2026**
1212

1313
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.6" text="Go to Marketplace" title="Download version 11.6.6 from the Marketplace" %}}
1414

@@ -40,24 +40,24 @@ Additionally, some Marketplace modules could have an incorrect version string in
4040

4141
### Fixes
4242

43-
- We fixed an issue where saving changes in the **Select Elements** dialog of an XML import mapping incorrectly allowed saving an invalid selection where a parent element was checked but its required child element was not, without showing the expected error "Element '…' cannot be checked without a checked child element." (Ticket 273820)
44-
- We fixed an issue in the **Select Elements** dialog of an XML export mapping where clicking OK on a checked parent element whose required child elements had not been expanded caused the error "Element '…' cannot be checked without a checked child element." Studio Pro now automatically checks required child elements of unexpanded parent nodes before saving. (Ticket 274683)
45-
- Fixed an error in offline synchronization when objects with sync mode set to "Never" are selectively synced after a full synchronization (Ticket 266442)
43+
- We fixed an error in offline synchronization when objects with sync mode set to **Never** are selectively synced after a full synchronization (Ticket 266442)
44+
- We fixed an issue where saving changes in the **Select Elements** dialog of an XML import mapping incorrectly allowed saving an invalid selection where a parent element was checked but its required child element was not, without showing the expected error **"Element '…' cannot be checked without a checked child element."** (Ticket 273820)
4645
- We fixed an issue where filtering for objects using a constraint like [not(association)] in offline apps incorrectly returned no results. (Ticket 274157)
47-
- We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
46+
- <a id="fix-oracle-sql"></a>We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
47+
- We fixed an issue in the **Select Elements** dialog of an XML export mapping where clicking OK on a checked parent element whose required child elements had not been expanded caused the error **"Element '…' cannot be checked without a checked child element."** Studio Pro now automatically checks required child elements of unexpanded parent nodes before saving. (Ticket 274683)
4848
- We fixed an issue that prevented the Security Overview export from opening.
49-
- We made main start activity in Workflow not draggable to prevent users from accidentally dragging it and losing their progress. This change will help improve the user experience and prevent frustration caused by accidental drags.
50-
- We fixed an issue where using the 'tab' key in the multiline text area would insert a '\t' character into text inputs on macOS.
51-
- We added an aditional fix for cases where an external keyboard would not traverse properly through elements marked as accessible on mobile devices.
52-
- We have fixed an issue on iOS where specific scenarios of using custom styled widgets inside Containers would not show the desired styling.
53-
- We fixed an issue where an Oops dialog appeared when re-selecting a modified JSON Structure in an import mapping. This happened after updating the JSON Structure's content and then re-opening the Select Elements dialog to select the same structure again.
54-
- We fixed a runtime exception in Published OData when publishing an association to an object that is inaccessible due to OData security constraints.
55-
- We fixed a runtime error in OData search queries for varchar attribute with a limited column length and a search string longer than that limit.
56-
- We fixed an issue in the JavaScript Action Editor where multiline import statements were not parsed correctly.
49+
- We made the main start activity in **Workflow** not draggable, to prevent users from accidentally dragging it and losing their progress.
50+
- We fixed an issue where using the <kbd>Tab</kbd> key in the multiline text area would insert a `\t` character into text inputs on macOS.
51+
- We added an additional fix for cases where an external keyboard would not traverse properly through elements marked as accessible on mobile devices.
52+
- We have fixed an issue on iOS where specific scenarios of using custom styled widgets inside container widgets would not show the desired styling.
53+
- We fixed an issue where an Oops dialog appeared when re-selecting a modified JSON Structure in an import mapping. This happened after updating the JSON Structure's content and then re-opening the **Select Elements** dialog to select the same structure again.
54+
- We fixed a runtime exception in **Published OData** when publishing an association to an object that is inaccessible due to OData security constraints.
55+
- We fixed a runtime error in OData search queries for a `varchar` attribute with a limited column length and a search string longer than that limit.
56+
- We fixed an issue in the **JavaScript Action Editor** where multiline import statements were not parsed correctly.
5757
- We fixed an issue where an app could reject valid localized dates for custom date patterns that use month names. This affected patterns with abbreviated month names such as `dd MMM yyyy` and standalone abbreviated month names such as `dd LLL yyyy`, so values like the Dutch `16 mrt 2027 10:02` could be treated as invalid.
5858
- In the entity access rules editor, we fixed module roles not being sorted in alphabetical order.
59-
- We fixed an issue where mxbuild incorrectly reported that the modern web client bundler stopped unexpectedly, while the React client bundler completed normally without errors.
60-
- We fixed TabContainer not updating the active tab attribute or firing the onChange nanoflow on tab switch when the TabContainer entity is passed as a nanoflow argument.
59+
- We fixed an issue where MxBuild incorrectly reported that the modern web client bundler stopped unexpectedly, while the React client bundler completed normally without errors.
60+
- We fixed `TabContainer` not updating the active tab attribute or firing the **onChange** nanoflow on tab switch when the TabContainer entity is passed as a nanoflow argument.
6161

6262
### Deprecations
6363

@@ -125,6 +125,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po
125125
### Known Issues
126126

127127
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
128+
* Fixed in [11.6.6](#fix-oracle-sql)
128129

129130
## 11.6.4 {#1164}
130131

0 commit comments

Comments
 (0)