From fba4a6fa7a1b7b306173f1f0c30ac23ad28a855d Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 9 Jul 2026 13:14:27 +0200 Subject: [PATCH 1/2] Add KI to 10.21 All the 10 versions get one version of text, the 11 versions might get tweaked text if the affected product is different --- content/en/docs/releasenotes/studio-pro/10/10.21.md | 2 ++ 1 file changed, 2 insertions(+) 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 36ec1b010ca..ed473f987ca 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -5,6 +5,7 @@ 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: "When opening, editing, or creating": 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 %}} @@ -27,6 +28,7 @@ weight: 79 * 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). * In the React client, the debugger does not reconnect when restarting an app. * 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). +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. ## 10.21.0 {#10210} From ed3cf72a527e785686ed118375255ad2d8a62ffc Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 9 Jul 2026 13:15:48 +0200 Subject: [PATCH 2/2] Added the first SP 11 KI --- content/en/docs/releasenotes/studio-pro/11/11.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.1.md b/content/en/docs/releasenotes/studio-pro/11/11.1.md index ed1967c8bdb..42e13db7cd1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -3,6 +3,7 @@ title: "11.1" url: /releasenotes/studio-pro/11.1/ description: "The release notes for Mendix Studio Pro 11.1 (including all patches) with details on new features, bug fixes, and known issues." weight: 99 +# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.1](https://www.mendix.com/blog/mendix-11-1-more-power-less-effort/) blog post.{{% /alert %}} @@ -132,3 +133,7 @@ weight: 99 ### Breaking Changes * We removed `com.mendix.modules.email.EmailModule` as it is no longer supported. Please use the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. + +### Known Issues + +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. \ No newline at end of file