Skip to content

Add missing release note (10.24.0) #9743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ weight: 76
- We fixed an issue where Safari extensions broke the Dojo client. (Ticket 246247)
- We fixed the issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029)
- We fixed an issue where Studio Pro closed after a user logged in. (Ticket 248086)
- We fixed a caching issue for React applications that had precaching enabled. (Ticket 250116)
- We fixed an issue where enumeration values with the name *Core* caused compilation errors. (Ticket 250532)
- We fixed an issue that native apps upgraded from prior versions to Mendix 10.19-10.23 got an error that prevented the native app to start.
- We have fixed where the **Show** button did not work in dialogs when selecting an entity.
Expand All @@ -60,12 +61,10 @@ weight: 76
- We fixed an issue where a parameter was connected to an activity causing Studio Pro to crash.
- We fixed an issue where the **Change Variable** action could be added through Maia for a variable that could not be changed. For already existing erroneous actions, we now show a consistency error instead of a pop-up window.
- We fixed an issue that caused incorrect placement of flows and events when adding a **Decision** through the Logic Recommender.

- We fixed an issue in offline apps that caused a query error if access rules restricted access to certain attributes of a generalized entity in an inheritance hierarchy.
- We fixed an issue where microflows tried to use online data in native pages which did not allow for such usage.
- We fixed an issue where converting a nanoflow to a microflow did not trigger a warning when the nanoflow was used in a native page or layout.


### Deprecations

- We deprecated the [Document templates](/refguide10/document-templates/) and the **Generate Document** actions.
Expand Down