From bb852f3c73262f8ffbd825e660c08a6131258629 Mon Sep 17 00:00:00 2001 From: Mohamed Elhennawy Date: Tue, 10 Mar 2026 14:03:27 +0100 Subject: [PATCH 1/2] Add release not for fix reverseing association direction --- content/en/docs/releasenotes/studio-pro/11/11.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.8.md b/content/en/docs/releasenotes/studio-pro/11/11.8.md index 5958e9b4645..3e33e9843bf 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.8.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.8.md @@ -99,6 +99,7 @@ This ensures your app uses the current ISO 639 standard and avoids future compat - We fixed an issue where a long-running after startup microflow caused other nodes to assume that the node had crashed. (Ticket 269993) - We fixed an issue where, when downloading a widget from the Marketplace or updating a widget via the widget updater, the widget MPK file would become corrupted. This corruption led to an error dialog appearing in Studio Pro when attempting to read the widget package. (Ticket 270889, 271134) - We fixed an issue where deleting an external object with a local association to it that uses the direct association storage format would fail with an exception. +- We fixed an issue where reversing an association’s direction via the context menu did not function correctly in the Domain Model editor. - We fixed an issue in workflow user tasks, where having no fallback outcome in majority or threshold criteria with a single outcome would prevent the runtime from starting. - We fixed an issue in the modernized app explorer where pressing the Del key in the search input would trigger document deletion instead of text deletion. - We fixed an issue in the modernized app explorer where the version number of an add-on module would not show. From cd2338ce3a5c91fe85642b14a236e91dfbe8c1a3 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:19:32 +0100 Subject: [PATCH 2/2] Proofread new Mx11.8 release note. --- content/en/docs/releasenotes/studio-pro/11/11.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.8.md b/content/en/docs/releasenotes/studio-pro/11/11.8.md index 3e33e9843bf..7f4af2c1c37 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.8.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.8.md @@ -99,7 +99,7 @@ This ensures your app uses the current ISO 639 standard and avoids future compat - We fixed an issue where a long-running after startup microflow caused other nodes to assume that the node had crashed. (Ticket 269993) - We fixed an issue where, when downloading a widget from the Marketplace or updating a widget via the widget updater, the widget MPK file would become corrupted. This corruption led to an error dialog appearing in Studio Pro when attempting to read the widget package. (Ticket 270889, 271134) - We fixed an issue where deleting an external object with a local association to it that uses the direct association storage format would fail with an exception. -- We fixed an issue where reversing an association’s direction via the context menu did not function correctly in the Domain Model editor. +- We fixed an issue where reversing an association’s direction via the context menu in the Domain Model editor did not function correctly. - We fixed an issue in workflow user tasks, where having no fallback outcome in majority or threshold criteria with a single outcome would prevent the runtime from starting. - We fixed an issue in the modernized app explorer where pressing the Del key in the search input would trigger document deletion instead of text deletion. - We fixed an issue in the modernized app explorer where the version number of an add-on module would not show.