From 07546673b9e14c324a5d3fee235a7e4484f4bb3f Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Tue, 12 Aug 2025 14:15:14 +0200 Subject: [PATCH 1/4] Add 9.24.37 Studio Pro release notes --- .../en/docs/releasenotes/studio-pro/9/9.24.md | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 3f4cbba932e..6c74c20ec16 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -11,6 +11,25 @@ lts: true This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production. {{% /alert %}} +## 9.24.37 {#92437} + +**Release date: August ___, 2025** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.37" text="Go to Marketplace" title="Download version 9.24.37 from the Marketplace" %}} + +### Fixes + +- We fixed an issue in offline synchronization that could result in error log statements and System.SynchronizationError objects containing a text like "Changing member failed for security reasons. No write access for changed member" which was caused by the offline client trying to synchronize a change for a member that was inaccessible by that user. (Ticket 244684) +- We fixed an issue which was preventing updated workflows from being queued for execution when mendix runtime crashes during startup (Ticket 253424) +- We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation fails due to corrupted Windows registry paths, providing users with a manual cleanup option. +- We introduced feature flag `--md-disable-association-expand` that disables auto-expanding associations inside the Message Definitions editor. This makes it easier to open and edit complex Message Definitions as it limits the number of tree elements that are visible (Ticket 253206). +- In Dojo client, we fixed popups resizing while interacting with a combobox inside the popup on mobile devices. + +### Known Issues + +* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box. + * Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*. + ## 9.24.36 {#92436} **Release date: July 3, 2025** @@ -18,11 +37,11 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.36" text="Go to Marketplace" title="Download version 9.24.36 from the Marketplace" %}} ### Improvements - + * We updated the bundled Node.js from v16 to v22. ### Fixes - + * We fixed an issue where Safari extensions broke the Dojo client. (Ticket 246247) * We fixed an issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029) * We fixed an issue where the **Mendix Home** button in **Open Global Navigation** redirected you to **My Apps** instead of the home page. From defcc47d48442466d950f27614873cea5014660e Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Tue, 12 Aug 2025 17:06:45 +0200 Subject: [PATCH 2/4] Review --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 6c74c20ec16..8d8f2c76418 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -19,11 +19,11 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ### Fixes -- We fixed an issue in offline synchronization that could result in error log statements and System.SynchronizationError objects containing a text like "Changing member failed for security reasons. No write access for changed member" which was caused by the offline client trying to synchronize a change for a member that was inaccessible by that user. (Ticket 244684) -- We fixed an issue which was preventing updated workflows from being queued for execution when mendix runtime crashes during startup (Ticket 253424) -- We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation fails due to corrupted Windows registry paths, providing users with a manual cleanup option. -- We introduced feature flag `--md-disable-association-expand` that disables auto-expanding associations inside the Message Definitions editor. This makes it easier to open and edit complex Message Definitions as it limits the number of tree elements that are visible (Ticket 253206). -- In Dojo client, we fixed popups resizing while interacting with a combobox inside the popup on mobile devices. +- We fixed an issue with offline synchronization that resulted in error log statements and *System.SynchronizationError* objects containing messages such as *Changing member failed for security reasons. No write access for changed member*. This error was caused by the offline client trying to synchronize a change for a member that was not accessible for that user. (Ticket 244684) +- We fixed an issue that prevented updated workflows from being queued for execution when Mendix Runtime crashed during startup. (Ticket 253424) +- We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, givingusers a manual cleanup option. +- We introduced a feature flag `--md-disable-association-expand` that disables auto-expanding associations in the **Message Definitions** editor. This makes it easier to open and edit complex **Message Definitions** as it limits the number of visible tree elements. (Ticket 253206) +- In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices. ### Known Issues From 913c3576c710edcecb8651c54a928f8796087bd2 Mon Sep 17 00:00:00 2001 From: "MENDIXDOMAIN\\Maria.Shaposhnikova" Date: Tue, 12 Aug 2025 17:10:54 +0200 Subject: [PATCH 3/4] Reorder --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 8d8f2c76418..1301e43a7d5 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -20,9 +20,9 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ### Fixes - We fixed an issue with offline synchronization that resulted in error log statements and *System.SynchronizationError* objects containing messages such as *Changing member failed for security reasons. No write access for changed member*. This error was caused by the offline client trying to synchronize a change for a member that was not accessible for that user. (Ticket 244684) +- We introduced a feature flag `--md-disable-association-expand` that disables auto-expanding associations in the **Message Definitions** editor. This makes it easier to open and edit complex **Message Definitions** as it limits the number of visible tree elements. (Ticket 253206) - We fixed an issue that prevented updated workflows from being queued for execution when Mendix Runtime crashed during startup. (Ticket 253424) - We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, givingusers a manual cleanup option. -- We introduced a feature flag `--md-disable-association-expand` that disables auto-expanding associations in the **Message Definitions** editor. This makes it easier to open and edit complex **Message Definitions** as it limits the number of visible tree elements. (Ticket 253206) - In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices. ### Known Issues From c4d38ad8b7d3702be6e00b6c780ab020ae61d188 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:59:47 +0200 Subject: [PATCH 4/4] Update the date --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 1301e43a7d5..61d19227b8d 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -13,7 +13,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ## 9.24.37 {#92437} -**Release date: August ___, 2025** +**Release date: August 15, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.37" text="Go to Marketplace" title="Download version 9.24.37 from the Marketplace" %}}