Skip to content

Commit 4c1fa35

Browse files
committed
Stronger warning about URL conflicts
1 parent dbbaaf3 commit 4c1fa35

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/microflows/microflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ In the **Edit Microflow URL** dialog box, the configured URL is shown together w
5252
URLs are not supported for microflows that have non-persistable entities or lists as parameters.
5353
{{%/alert %}}
5454

55-
For recommendations on structuring URLs and avoiding conflicts, see [Page and Microflow URLs](/refguide/general-best-practices/#page-and-microflow-urls).
55+
{{% alert color="info" %}}
56+
Page and microflow URL patterns must be unambiguous. If two patterns could match the same URL, the runtime has no way to resolve which one to open. For recommendations on structuring URLs and resolving conflicts, see [Page and Microflow URLs](/refguide/general-best-practices/#page-and-microflow-urls).
57+
{{% /alert %}}
5658

5759
### Common Section {#common}
5860

content/en/docs/refguide/modeling/pages/page/page-properties.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ In simple e-commerce applications, the URLs can be configured as follows:
106106
Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues.
107107
{{%/alert %}}
108108

109-
For recommendations on structuring URLs and avoiding conflicts, see [Page and Microflow URLs](/refguide/general-best-practices/#page-and-microflow-urls).
109+
{{% alert color="info" %}}
110+
Page and microflow URL patterns must be unambiguous. If two patterns could match the same URL, the runtime has no way to resolve which one to open. For recommendations on structuring URLs and resolving conflicts, see [Page and Microflow URLs](/refguide/general-best-practices/#page-and-microflow-urls).
111+
{{% /alert %}}
110112

111113
### Common Section {#common}
112114

0 commit comments

Comments
 (0)