Skip to content

Commit 5a1f220

Browse files
authored
Clarify upgrade instructions for Mx Model Reflection
1 parent 3accfbc commit 5a1f220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ description: "Describes the configuration and usage of the Mx Model Reflection m
1010
The [Mx Model Reflection](https://marketplace.mendix.com/link/component/69/) module allows you to access information about the domain model and about microflows of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow.
1111

1212
{{% alert color="warning" %}}
13-
If your application depends on assets located in the **_USE_ME/_DEPRECATED** directory (e.g., select pages), do not upgrade Mx Model Reflection to version 9.1.0 or later. This directory has been removed starting with those versions. Update your application to remove any use on these assets. If the usage originates from a marketplace module, contact the author and request that they remove the deprecated dependencies.
13+
If your application depends on assets located in the `_USE_ME/_DEPRECATED` directory (e.g., select pages), do not upgrade Mx Model Reflection to version 9.1.0 or later. From version 9.1.0, this directory has been removed. Before upgrading you will need to update your application to remove any use on these assets. If the usage originates from a marketplace module, contact the author and request that they remove the deprecated dependencies.
1414
{{% /alert %}}
1515

1616
{{% alert color="info" %}}
17-
In older versions of MxModel Reflection, remove the folder **_USE_ME/_DEPRECATED** to enable its use with the React client. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection.
17+
To use the React client with versions of Mx Model Reflection before version 9.1.0, remove the folder `_USE_ME/_DEPRECATED`, bearing in mind the warning above. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection.
1818
{{% /alert %}}
1919

2020
### Dependencies

0 commit comments

Comments
 (0)