Skip to content

Commit 86f7adc

Browse files
Typo
1 parent 9b3e1ed commit 86f7adc

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/releasenotes/studio-pro/10

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ This improvement simplifies widget code. Widget developers no longer need to set
149149
* We resolved a potential crash when moving a folder into its child folder. It is now not possible to move a parent folder into any of its child folders.
150150
* We fixed an error that occurred when using keyboard navigation in a tree control.
151151
* We fixed an issue that in Studio Pro on macOS the **Check all** and **Uncheck all** toolbar buttons did not work.
152-
* <a id="fix-parameter-encoding"></a>We fixed an issue where parameter encoding for **Send REST Request** activities was not consistent with parameter encoding in Consumed REST Services. This sometimes resulted in double encoding of parameter values when sending from microflows, leading to unexpected results. With the fix the **Send REST Request** microflow activity uses the parameter values as provided. This is consistent with sending a request in a Consumed REST Service in Studio Pro. For backwards compatibility, existing projects that use Consumed REST Services will keep working the same as before. We added an option in **App settings** > **Miscellaneous** tab to disable the encoding of URL parameters for the **Send REST Request** microflow activities. his option is [deprecated](#deprecation-rest-request) and will be removed in Mendix 11
152+
* <a id="fix-parameter-encoding"></a>We fixed an issue where parameter encoding for **Send REST Request** activities was not consistent with parameter encoding in Consumed REST Services. This sometimes resulted in double encoding of parameter values when sending from microflows, leading to unexpected results. With the fix the **Send REST Request** microflow activity uses the parameter values as provided. This is consistent with sending a request in a Consumed REST Service in Studio Pro. For backwards compatibility, existing projects that use Consumed REST Services will keep working the same as before. We added an option in **App settings** > **Miscellaneous** tab to disable the encoding of URL parameters for the **Send REST Request** microflow activities. This option is [deprecated](#deprecation-rest-request) and will be removed in Mendix 11
153153
* We fixed an issue where using a view entity in a subquery within an OQL `FROM` clause was not working correctly, as in `SELECT Attribute FROM (SELECT Attribute FROM ViewEntity)`.
154154
* We resolved an issue in the **View entity** dialog box where autocompletion in the OQL editor did not work correctly when the `SELECT` clause appeared before the `FROM` clause, and the cursor was positioned after a comma separating selected attributes. This fix ensures the editor will provide accurate suggestions in these scenarios.
155155
* We fixed an issue where a view entity with a Long attribute showed Integer for that attribute in the live preview.

0 commit comments

Comments
 (0)