Skip to content

Commit 3283b16

Browse files
authored
Merge pull request mendix#10632 from jdiehl/patch-834756
Update warning and info alerts in model-reflection.md
2 parents 1f0fe5b + 5a1f220 commit 3283b16

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ description: "Describes the configuration and usage of the Mx Model Reflection m
99

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

12+
{{% 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. 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.
14+
{{% /alert %}}
15+
1216
{{% alert color="info" %}}
13-
To use MxModel Reflection with the React client, remove the folder **_USE_ME/_DEPRECATED**. 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.
1418
{{% /alert %}}
1519

1620
### Dependencies

0 commit comments

Comments
 (0)