Skip to content

Commit 267c02f

Browse files
committed
Add an article
1 parent fab80f5 commit 267c02f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
2121

2222
### Improvements
2323

24-
- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter. (Ticket 261698)
24+
- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in an incorrect OData filter. (Ticket 261698)
2525
- We updated the .NET Runtime to version 10.0.7.
2626
- We added a confirmation dialog when enabling anonymous user access in App Security, warning that unrestricted anonymous roles may expose data unintentionally.
2727
- We now allow microflow and entity parameters to be optional for Java actions.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Maia Make capabilities are enabled by default. You can disable them in Studio Pr
4646
### Improvements
4747

4848
* We introduced an opt-in runtime setting `MaxRetrieveAmount` that limits the maximum amount of objects retrieved by database datasource operation. (Tickets 236618, 247111)
49-
* We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter (Ticket 261698).
49+
* We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in an incorrect OData filter (Ticket 261698).
5050
* We improved the new `reloadApp` function (explained in Other Improvements [above](#other-new-features)) in the `mx-api/ui` Client API to better handle sessionStorage quota exceeded errors. When `withState` is `true` and the browser's sessionStorage quota is exceeded, it now throws a `ReloadStateQuotaExceededError` that you can catch and handle. For more information, refer to the [Client API documentation](/apidocs-mxsdk/apidocs/client-api-11/). When re-running an app in development and the sessionStorage quota is exceeded, the reload gracefully falls back to reloading without preserving state. (Ticket 264656)
5151
* The `OQL DELETE FROM` statement now supports associations with [on delete](/refguide/association-properties/#delete-behavior) behavior with the following functionality:
5252
* Delete associated objects as well

0 commit comments

Comments
 (0)