From be78a373e00f1a9f5a6bec13a27e00aab3f84bc3 Mon Sep 17 00:00:00 2001 From: Dmitrii Bakun Date: Thu, 20 Aug 2026 14:28:30 +0200 Subject: [PATCH 1/2] Add WCF 2.6.0 disclaimer --- .../platform-supported-content/modules/workflow-commons.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md b/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md index f59fb8545a8..cafc4e9c035 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md @@ -31,6 +31,8 @@ This module allows Mendix developers with little or no experience in building wo * As workflows are only available from Mendix 9, Workflow Commons requires Mendix 9.0.5 and above. * Workflow Commons versions from 4.0.0 require Mendix 11 and above, as these versions are based on [View Entities](/refguide/view-entities/). For information on how to upgrade an existing app that uses Workflow Commons from Mendix 10 to Mendix 11, see the [Upgrading from Mendix 10 to Mendix 11](#upgrade-from-10-to-11) section below. +{{% alert color="info" %}}When you use Workflow Commons 2.6.0 or below, you also need to install the List View Controls module from the Marketplace. Without it, your app shows CE0462 errors ("Could not find widget '{TYPE}' in the 'widgets' directory") for the widgets that Workflow Commons relies on. List View Controls is marked as deprecated in the Marketplace, but it is still supported by Mendix and safe to use.{{% /alert %}} + ### Dependencies * [Administration](https://marketplace.mendix.com/link/component/23513) From c1b56d00f7bc94e902dc563fe7c219bea78ed8e0 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Fri, 21 Aug 2026 10:47:56 +0200 Subject: [PATCH 2/2] Update Workflow Commons documentation to clarify List View Controls dependency for versions 2.6.0 and below --- .../platform-supported-content/modules/workflow-commons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md b/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md index cafc4e9c035..f240c0d1e34 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md @@ -31,7 +31,7 @@ This module allows Mendix developers with little or no experience in building wo * As workflows are only available from Mendix 9, Workflow Commons requires Mendix 9.0.5 and above. * Workflow Commons versions from 4.0.0 require Mendix 11 and above, as these versions are based on [View Entities](/refguide/view-entities/). For information on how to upgrade an existing app that uses Workflow Commons from Mendix 10 to Mendix 11, see the [Upgrading from Mendix 10 to Mendix 11](#upgrade-from-10-to-11) section below. -{{% alert color="info" %}}When you use Workflow Commons 2.6.0 or below, you also need to install the List View Controls module from the Marketplace. Without it, your app shows CE0462 errors ("Could not find widget '{TYPE}' in the 'widgets' directory") for the widgets that Workflow Commons relies on. List View Controls is marked as deprecated in the Marketplace, but it is still supported by Mendix and safe to use.{{% /alert %}} +{{% alert color="warning" %}}If you use Workflow Commons 2.6.0 or below, you must also install [List View Controls](https://marketplace.mendix.com/link/component/105694) from Mendix Marketplace. Without it, your app displays CE0462 errors ("Could not find widget '{TYPE}' in the 'widgets' directory") for the widgets that Workflow Commons relies on. List View Controls is marked as deprecated in Marketplace, but it is still supported by Mendix and safe to use.{{% /alert %}} ### Dependencies