Skip to content

Commit 4b3d17b

Browse files
Merge pull request #9553 from mendix/Maria-KI-fix-10.21
Add a known issue fix to 10.22
2 parents 518730e + 5d5152f commit 4b3d17b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/en/docs/releasenotes/studio-pro/10/10.21.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "10.21"
33
url: /releasenotes/studio-pro/10.21/
44
description: "The release notes for Mendix Studio Pro 10.21 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 79
6-
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
76
---
87
## 10.21.1 {#10211}
98

@@ -18,7 +17,7 @@ weight: 79
1817
### Known Issues
1918

2019
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
21-
* Workaround – Change the setting to a number higher than the number of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
20+
* Fixed in [10.22.0](/releasenotes/studio-pro/10.22/#fix-max-retrieve-size).
2221

2322
## 10.21.0 {#10210}
2423

@@ -183,5 +182,5 @@ This improvement simplifies widget code. Widget developers no longer need to set
183182

184183
* <a id="ki-installer-certification"></a>The installer for Studio Pro 10.21.0 is not properly signed with the official Mendix code signing certificate. Because of this, Windows/Edge may show warnings or errors when downloading and/or installing this version (depending on your Windows Smart App Control/SmartScreen settings). This issue will be resolved in Studio Pro 10.21.1.
185184
* Fixed in [10.21.1](#fix-installer-certification)
186-
* The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
187-
* Workaround – Change the setting to a number higher than the number of objects that should be retrieved. This issue will be resolved in Studio Pro 10.22.0. (Ticket 245365)
185+
* <a id="ki-max-retrieve-size"></a>The `MaxRetrieveSize` runtime setting also affects **Synchronization** and **Retrieve by Association** actions in microflows.
186+
* Fixed in [10.22.0](/releasenotes/studio-pro/10.22/#fix-max-retrieve-size).

content/en/docs/releasenotes/studio-pro/10/10.22.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "10.22"
33
url: /releasenotes/studio-pro/10.22/
44
description: "The release notes for Mendix Studio Pro 10.22 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 78
6-
# KI: "`MaxRetrieveSize` runtime setting": UFC-1518
76
---
87
## 10.22.0 {#10220}
98

@@ -50,6 +49,7 @@ weight: 78
5049

5150
### Fixes
5251

52+
* <a id="fix-max-retrieve-size"></a>We removed the setting and changes related to the `MaxRetrieveSize` custom runtime setting, as it had unforeseen consequences. This fixes the [known issue](/releasenotes/studio-pro/10.21/#ki-max-retrieve-size) where synchronization and retrieval by association in a microflow was limited by this setting. (Ticket 245365)
5353
* We fixed an issue where Consumed Web Service caused validation failure in runtime for WSDL files imported locally. (Ticket 146066)
5454
- We reapplied a fix for an issue affecting listening between widgets. (Ticket 206642)
5555
* We fixed an issue in **Message** definitions where custom names were reset on expansion of a node. (Tickets 222597, 227958, 236152, 232930, 240806, 241561, 244349)
@@ -68,7 +68,6 @@ weight: 78
6868
- We addressed a performance degradation during deployment involving widgets with text templates. (Ticket 245543)
6969
- We now import only one content-type header from OpenAPI contract in the Consumed REST service. This feature is in Beta.
7070
- We fixed an issue where not all changes were correctly updated in the runtime after a local deployment. For example, when adding or removing columns to your Datagrid 2 widget.
71-
- We removed the setting and changes related to the `MaxRetrieveSize` custom runtime setting, as it had unforeseen consequences. This fixes issues where synchronization and retrieval by association in a microflow was limited by this setting.
7271
- We fixed an issue where an error was shown when extracting widgets that use an *unknown* entity type into a snippet.
7372
* We fixed an issue where the **Download Latest Version** button in the app selector downloaded the latest Windows version for MacOS users.
7473
- We fixed an unnecessary redirect which occurred when creating a new app from the Mendix Portal.

0 commit comments

Comments
 (0)