Skip to content

Commit 263f99c

Browse files
committed
Update and add a few todo items
1 parent a945a60 commit 263f99c

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/oidc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This OIDC SSO module works with Mendix 9.0 and above. If you are using a previou
1818
If you are using Mendix versions from 9.20 to 9.24, ensure you are using version 2.0.0 or above of the OIDC SSO module. For all versions of Mendix 10.0, you need to use version 2.2.0 or above of the OIDC SSO module.
1919
{{% /alert %}}
2020

21+
{{% todo %}} The team will update the above warning for Mendix 11 when more information is available. {{% /todo %}}
22+
2123
{{% alert color="warning" %}}
2224
If you are migrating to the OIDC module version 3.0.0 and above, include the [UserCommons](https://marketplace.mendix.com/link/component/223053) module as a dependency and configure the `OIDC.Startup` microflow as part of after-startup Microflow. In the module version 3.1.0 and above, `OIDC.Startup` has been renamed to `OIDC.ASU_OIDC_Startup`. For more details, see the [Upgrading the OIDC SSO Module](#upgrade) section below.
2325
{{% /alert %}}

content/en/docs/refguide/modeling/application-logic/workflows/workflow-setting-up-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ weight: 90
1313

1414
Before adding the Workflow Commons module to your app, make sure you have completed the following:
1515

16-
* Upgrade your application to Mendix 11
16+
* Use an app built with Studio Pro 11. If the app was built with Studio Pro 10, make sure to upgrade it to Studio Pro 11
17+
{{% todo %}} link to the general migration page when it is available {{% /todo %}}
1718
* Install Atlas 3 from the Mendix Marketplace, as Workflow Commons depends on it
1819
* As a result of installing Atlas 3, your app should contain the following modules that Workflow Commons depends on: Atlas Core, Atlas Web Content, and Data Widgets
1920
* Dashboards and metrics in Workflow Commons v2.1.0 and above depend on state change microflows. Make sure to configure the following state change microflows in the **App Settings** > **Workflows** tab:
2021
* Set **Workflow state change** to *OCh_Workflow_State*
2122
* Set **User task state change** to *OCh_WorkflowUserTask_State*
2223

24+
{{% todo %}} State change events will be removed from Studio Pro 11. The team will update this section in more detail when more info is available. {{% /todo %}}
25+
2326
## Workflow Commons Components {#components}
2427

2528
Workflow Commons provides you with useful pages, page templates, snippets, and microflows that can save you development time. For more information on components, see the [Components](/appstore/modules/workflow-commons/#components) section in *Workflow Commons*.

content/en/docs/refguide/modeling/integration/use-extensions/use-the-external-database-connector.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ For information on how to configure the connector, see [External Database Connec
4444

4545
### Prerequisites (available via the feature flag: `--enable-live-preview`) {#enable-live-preview}
4646

47+
{{% todo %}} Check if this is still behind feature flag in Studio Pro 11. Also, why is there a Prerequisites section within a Prerequisites section? {{% /todo %}}
48+
4749
* Download the latest [External Database Connector](https://marketplace.mendix.com/link/component/219862).
4850
* If certificate-based authentication is required for PostgreSQL connections, ensure that all necessary certificates are added before running the app.
4951
* To test the connection and execute queries during design time, Ensure to run your app locally.

content/en/docs/refguide/modeling/pages/image-and-file-widgets/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010

1111
{{% todo %}}Is Dojo dropped entirely from Mx11 or do we still need this document?{{% /todo %}}
1212

13-
widget, which is not supported by the React client added to Mendix in [10.7](/releasenotes/studio-pro/10.7/#react-client), can be converted to an [Image widget](/appstore/widgets/image/) through the context menu of the widget when the React client is enabled.
13+
{{% alert color="warning" %}}The Static Image widget, which is not supported by the React client added to Mendix in [10.7](/releasenotes/studio-pro/10.7/#react-client), can be converted to an [Image widget](/appstore/widgets/image/) through the context menu of the widget when the React client is enabled.
1414

1515
For more information, see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide).
1616
{{% /alert %}}

0 commit comments

Comments
 (0)