From f5e868b11647d67aebc72b9a695ac181d7428a7c Mon Sep 17 00:00:00 2001 From: jelmersnippe <69805961+jelmersnippe@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:51:38 +0100 Subject: [PATCH 1/2] Update information about one way navigability display From 11.6 onwards one way navigable associations no longer show as a dotted line, they will only have an icon showing it's direction --- .../domain-model/associations/association-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md b/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md index 47e34a0ff94..696fd371fb6 100644 --- a/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md +++ b/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md @@ -82,7 +82,7 @@ One-way navigable associations are associations that allow navigation to associa You can retrieve data from all other domain model associations in both directions. -One-way navigable associations are represented by a dashed arrow in Domain model editor. An icon shows the direction of its navigability. +One-way navigable associations are represented by an icon next to the association name showing the direction of its navigability. ### On Delete Behavior {#delete-behavior} From 193a379c124356e376c54baeb5a1f5f7bb517fd1 Mon Sep 17 00:00:00 2001 From: jelmersnippe <69805961+jelmersnippe@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:49:35 +0100 Subject: [PATCH 2/2] Add pre 11.6 docs for one way navigable associations Co-authored-by: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> --- .../domain-model/associations/association-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md b/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md index 696fd371fb6..dbc14c7c396 100644 --- a/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md +++ b/content/en/docs/refguide/modeling/domain-model/associations/association-properties.md @@ -82,7 +82,7 @@ One-way navigable associations are associations that allow navigation to associa You can retrieve data from all other domain model associations in both directions. -One-way navigable associations are represented by an icon next to the association name showing the direction of its navigability. +One-way navigable associations are represented by an icon next to the association name showing the direction of its navigability. In Mendix versions below 11.6.0, they are also shown with a dashed arrow. ### On Delete Behavior {#delete-behavior}