From ca10b0fb928d90251f387b8b27f3ec15fe1a37fc Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 15 Jul 2026 15:57:57 +0200 Subject: [PATCH 1/5] upload RNs with ordered fixes I also updated the KI fix langauge --- .../docs/releasenotes/studio-pro/10/10.24.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 1720284df9c..fe0be17ca1f 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -13,6 +13,30 @@ weight: 76 This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production. {{% /alert %}} +## 10.24.23 {#102423} + +**Release date: July ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.23" text="Go to Marketplace" title="Download version 10.24.23 from the Marketplace" %}} + +### Fixes + +- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (Ticket 275109) +- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) +- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) +- We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) +- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282685) +- We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. +- We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - PostgreSQL 13 + - MariaDB 10.6 + ## 10.24.22 {#102422} **Release date: June 29, 2026** From 25c06dcaafd9cc1b305749dbd4e54e6ce596a3e6 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:42:06 +0200 Subject: [PATCH 2/5] Add fix for KI --- .../docs/releasenotes/studio-pro/10/10.24.md | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index fe0be17ca1f..48902d2082a 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -15,7 +15,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.23 {#102423} -**Release date: July ___, 2026** +**Release date: July 21, 2026** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.23" text="Go to Marketplace" title="Download version 10.24.23 from the Marketplace" %}} @@ -27,7 +27,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) - We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) - We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) -- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282685) +- We fixed the `t is not a function` crash in workflow and page editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282685) - We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. - We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. @@ -79,6 +79,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.21 {#102421} @@ -128,6 +129,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.20 {#102420} @@ -150,6 +152,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.19 {#102419} @@ -182,6 +185,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) revolution * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.18 {#102418} @@ -204,6 +208,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) revolution * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.17 {#102417} @@ -279,6 +284,7 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.16 {#102416} @@ -318,6 +324,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.15 {#102415} @@ -350,6 +357,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.14 {#102414} @@ -410,6 +418,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.13 {#102413} @@ -442,6 +451,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.12 {#102412} @@ -482,6 +492,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.11 {#102411} @@ -516,6 +527,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.10 {#102410} @@ -560,6 +572,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.9 {#10249} @@ -591,6 +604,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.8 {#10248} @@ -620,6 +634,7 @@ We fixed an issue where long-running after-startup microflows caused other nodes * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.7 {#10247} @@ -660,6 +675,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.6 {#10246} @@ -712,6 +728,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.5 {#10245} @@ -746,6 +763,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.4 {#10244} @@ -773,6 +791,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.3 {#10243} @@ -816,6 +835,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.2 {#10242} @@ -865,6 +885,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.1 {#10241} @@ -914,6 +935,7 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.24.0 {#10240} @@ -992,4 +1014,5 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Fixed in [10.24.4](#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. - * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) \ No newline at end of file From 70d000735e4b8c9f93db7771ef842791817aa169 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:45:11 +0200 Subject: [PATCH 3/5] Implement KI fix --- content/en/docs/releasenotes/studio-pro/10/10.21.md | 5 +++-- content/en/docs/releasenotes/studio-pro/10/10.22.md | 4 ++-- content/en/docs/releasenotes/studio-pro/10/10.23.md | 4 ++-- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 - 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index d7fb73d18f8..7528a87c015 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -5,7 +5,6 @@ description: "The release notes for Mendix Studio Pro 10.21 (including all patch weight: 79 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 -# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.21](https://www.mendix.com/blog/mendix-release-10-21-ai-ai-ai-boosting-developer-productivity/) blog post.{{% /alert %}} @@ -31,6 +30,7 @@ weight: 79 * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) ## 10.21.0 {#10210} @@ -204,4 +204,5 @@ This improvement simplifies widget code. Widget developers no longer need to set * 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). * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. - * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.22.md b/content/en/docs/releasenotes/studio-pro/10/10.22.md index 8725b43883b..a5934cfad82 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.22.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.22.md @@ -5,7 +5,6 @@ description: "The release notes for Mendix Studio Pro 10.22 (including all patch weight: 78 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 -# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.22](https://www.mendix.com/blog/mendix-release-10-22-and-11-0-beta-1/) blog post.{{% /alert %}} @@ -129,4 +128,5 @@ weight: 78 * 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) * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. - * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.23.md b/content/en/docs/releasenotes/studio-pro/10/10.23.md index 520c1e056b9..101c99dc225 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.23.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.23.md @@ -5,7 +5,6 @@ description: "The release notes for Mendix Studio Pro 10.23 (including all patch weight: 77 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 -# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.23](https://www.mendix.com/blog/mendix-release-10-23-and-11-0-beta-2/) blog post.{{% /alert %}} @@ -79,4 +78,5 @@ weight: 77 * 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). * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. - * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 48902d2082a..e46b05d0fe4 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -4,7 +4,6 @@ url: /releasenotes/studio-pro/10.24/ description: "The release notes for Mendix Studio Pro 10.24 (including all patches) with details on new features, bug fixes, and known issues." lts: true weight: 76 -# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.24](https://www.mendix.com/blog/mendix-release-10-24-studio-pro-a-stable-ide-for-modern-enterprise-development/) blog post.{{% /alert %}} From a8d5ac2ebbe3d878ab08c0e4b22cbe1307152a89 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:15:32 +0200 Subject: [PATCH 4/5] make date blank --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index e46b05d0fe4..810c7f40398 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -14,7 +14,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.23 {#102423} -**Release date: July 21, 2026** +**Release date: July ___, 2026** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.23" text="Go to Marketplace" title="Download version 10.24.23 from the Marketplace" %}} From 5d6bc2c605a92d5d5591448b43b39c211f0f093f Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:53:53 +0200 Subject: [PATCH 5/5] add date --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 810c7f40398..28b3ca8e67d 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -14,7 +14,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.23 {#102423} -**Release date: July ___, 2026** +**Release date: July 21, 2026** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.23" text="Go to Marketplace" title="Download version 10.24.23 from the Marketplace" %}} @@ -1014,4 +1014,4 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. - * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function) \ No newline at end of file + * Fixed in [10.24.23](/releasenotes/studio-pro/10.24/#fix-t-is-not-a-function)