Skip to content

Commit 5cf83c6

Browse files
authored
Merge pull request #10276 from passalaqua/dat/ki/view-entities-and-context-mix
Add a known issue note for the view entity context switch issue
2 parents 429da8e + 7087c60 commit 5cf83c6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ weight: 78
122122
* Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only).
123123
* In the React client, the debugger does not reconnect when restarting an app.
124124
* Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect).
125+
* When loading a view entity without entity access applied, an exception is thrown if it is then used in a context requiring entity access. (Tickets 257900, 259602, 260557)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,5 @@ For details on upgrading to Studio Pro 11, see [Upgrading from Mendix Studio Pro
360360
* Fixed in [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only).
361361
* In the React client, the debugger does not reconnect when restarting an app.
362362
* Fixed in [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect).
363+
* When loading a view entity without entity access applied, an exception is thrown if it is then used in a context requiring entity access. (Tickets 257900, 259602, 260557)
364+
* Fixed in [11.2.0](/releasenotes/studio-pro/11.2/#fix-view-entity-context-switch).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ weight: 98
4545
* We fixed an issue in Import Mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
4646
* We fixed an issue where an enumeration with a value or a caption set to `com` resulted in a compilation error when you tried running the app. We have also added this to the [reserved words](/refguide/enumerations/#name) list. (Ticket 255976)
4747
* We added the refresh functionality for the Marketplace content when a session times out. The reload button will now close the details page and refresh the search tab view to ensure the latest information is displayed.
48-
* We resolved an issue where a view entity, when loaded without entity access, would throw an exception if it was used in a context requiring entity access.
48+
* <a id="fix-view-entity-context-switch"></a>We resolved an issue where a view entity, when loaded without entity access, would throw an exception if it was used in a context requiring entity access.
4949
* We fixed an issue where an OQL GET request with something that was not a `SELECT` returned results instead of throwing an error.
5050
* We fixed an issue in OQL where declaring an alias for a table in an outer query and using that alias in a union in a subquery resulted in an exception that the alias could not be found.
5151
* We fixed an issue in offline synchronization (using the **Synchronize unsynchronized objects** and **Synchronize all** actions) that resulted in error log statements and **System.SynchronizationError** objects containing a text **Changing member failed for security reasons, no write access for changed member**. That was caused by the offline client trying to synchronize a change for a member that was inaccessible by that user.

0 commit comments

Comments
 (0)