From c682788f122153bbe0d26bda16cafd023683b2b0 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:07:10 +0200 Subject: [PATCH] Clarify what is included in consistency errors --- .../en/docs/refguide/modeling/consistency-errors/_index.md | 6 +++++- .../docs/refguide10/modeling/consistency-errors/_index.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/consistency-errors/_index.md b/content/en/docs/refguide/modeling/consistency-errors/_index.md index 7478d6410e5..29d5cc8de1e 100644 --- a/content/en/docs/refguide/modeling/consistency-errors/_index.md +++ b/content/en/docs/refguide/modeling/consistency-errors/_index.md @@ -23,7 +23,7 @@ To enable you to find your errors quickly, each error will show you: * The **Document** where this element is * The **Module** where the document is -Double-clicking on the error will take you directly to the element causing the error. +Double-clicking the error will take you directly to the element causing the error. Errors need to be solved before your app can be deployed. A consistency error can occur in the following editors or functionalities of Studio Pro: @@ -35,6 +35,10 @@ Errors need to be solved before your app can be deployed. A consistency error ca * [Integration](/refguide/integration/) * [Security](/refguide/security/) +{{% alert type="info" %}} +Consistency errors only flag issues within the Mendix model. Errors in code actions (for example, Java, JavaScript, or styling) are not included. +{{% /alert %}} + ## Read More * [Page Editor Consistency Errors](/refguide/consistency-errors-pages/) diff --git a/content/en/docs/refguide10/modeling/consistency-errors/_index.md b/content/en/docs/refguide10/modeling/consistency-errors/_index.md index d2445d506a3..3ad19166330 100644 --- a/content/en/docs/refguide10/modeling/consistency-errors/_index.md +++ b/content/en/docs/refguide10/modeling/consistency-errors/_index.md @@ -23,7 +23,7 @@ To enable you to find your errors quickly, each error will show you: * The **Document** where this element is * The **Module** where the document is -Double-clicking on the error will take you directly to the element causing the error. +Double-clicking the error will take you directly to the element causing the error. Errors need to be solved before your app can be deployed. A consistency error can occur in the following editors or functionalities of Studio Pro: @@ -35,6 +35,10 @@ Errors need to be solved before your app can be deployed. A consistency error ca * [Integration](/refguide10/integration/) * [Security](/refguide10/security/) +{{% alert type="info" %}} +Consistency errors only flag issues within the Mendix model. Errors in code actions (for example, Java, JavaScript, or styling) are not included. +{{% /alert %}} + ## Read More * [Page Editor Consistency Errors](/refguide10/consistency-errors-pages/)