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
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.18.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,19 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
19
19
### Improvements
20
20
21
21
- We updated the bundled Node.js from v20 to v22.
22
-
- We have defined a list of associations: `System.WorkflowActivityRecord_Actor`, `System.WorkflowActivityRecord_TaskAssignedUsers`, and `System.WorkflowActivityRecord_TaskTargetedUsers`. Non-persistable objects referencing the current user through any of these associations will no longer be prevented from being garbage collected.
22
+
- We defined a list of associations: `System.WorkflowActivityRecord_Actor`, `System.WorkflowActivityRecord_TaskAssignedUsers`, and `System.WorkflowActivityRecord_TaskTargetedUsers`. Non-persistable objects referencing the current user through any of these associations will no longer be prevented from being garbage collected.
23
23
24
24
### Fixes
25
25
26
-
- We fixed an issue where trying to retrieve more than 500 external objects by ID at once would fail. For example, when retrieving many external objects by association. (Ticket 251911)
27
-
- Fixed the case where the size of the offline database was not reduced enough after a sign-out operation (Ticket 247029)
28
-
- We have fixed the 'show' button in selector dialogs not working when selecting an entity.
29
-
- We fixed an issue in the React client where local reruns would hang after making changes to a recursive nanoflow.
26
+
- We fixed an issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029)
27
+
- We fixed a caching issue for React applications that had precaching enabled. (Ticket 250116)
28
+
- We fixed an issue where enumeration values with the name *Core* caused compilation errors. (Ticket 250532)
29
+
- We fixed an issue where an [association source](/refguide10/association-source/) in a data grid or template grid stopped displaying data after previously shown data was cleared due to an unavailable context object. (Ticket 250338, 250479)
30
+
- We fixed an issue for **Import Mappings** and **Export Mappings** that caused checkboxes in the **Select schema elements** tree structure to be set incorrectly. (Tickets 251136, 250682, 227036, 250266)
31
+
- We fixed an issue where an attempt to retrieve more than 500 external objects by ID at once failed. For example, when retrieving many external objects by association. (Ticket 251911)
32
+
- We have fixed the **Show** button in selector dialogs not working when selecting an entity.
33
+
- We fixed an issue in the React client where local reruns hung after making changes to a recursive nanoflow.
30
34
- We fixed an issue with using JavaScript actions in a protected module when using the React client.
31
-
- We have fixed a caching issue for React applications that have precaching enabled. (Ticket 250116)
32
-
33
-
- We fixed an issue where an [association source](https://docs.mendix.com/refguide/association-source) on a Data Grid or Template Grid would stop displaying data after previously shown data was cleared due to an unavailable context object. (Ticket 250338, 250479)
34
-
- We fixed an issue for Import Mappings and Export Mappings that caused checkboxes in the 'Select schema elements' tree structure to be set incorrectly. This will fix Zendesk tickets 251136, 250682, 227036, and 250266.
35
-
- We fixed an issue where enumeration values with the name 'Core' would cause compilation errors. (Ticket #250532)
0 commit comments