Skip to content

Commit 8632e06

Browse files
author
Adam Dupaski
authored
Merge branch 'development' into ad-session
2 parents 9d0bd32 + 587000d commit 8632e06

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

content/en/docs/howto7/data-models/query-over.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When using more generic domain models, you often turn to using inheritance or se
1212

1313
{{< figure src="/attachments/howto7/data-models/query-over/18581639.png" >}}
1414

15-
There are 5 groups relevant to this example. Group with ID 4 and 5 are the parent groups and each have the same three subgroups.
15+
There are five groups relevant to this example. Group with ID 4 and 5 are the parent groups and each have the same three subgroups.
1616

1717
If you have the ParentGroup available in your microflow you can easily retrieve the subgroup. The platform automatically determines which of the two groups from the association is used. Each association has a left side (the association owner) and a right side (child in the association). XPath constraint can are read from left to right as well, and this is key to how you should interpret which of the two groups is being used.
1818

content/en/docs/howto7/data-models/setting-up-data-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section will explain how you can add validation rules to the domain model o
2121

2222
{{< figure src="/attachments/howto7/data-models/setting-up-data-validation/18582148.png" >}}
2323

24-
5. Select the **attribute** of which the value should be validated.
24+
5. Select the **attribute** for which the value should be validated.
2525
6. Enter an **error message** that is shown to the user if the validation fails.
2626
7. Select the **rule type**.
2727
8. Click **OK** to save this validation rule.

content/en/docs/howto7/integration/consume-a-rest-service.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,3 @@ Congratulations! You can now start your app and get summaries from Wikipedia.
167167
* [How to Consume a Simple Web Service](/howto7/integration/consume-a-simple-web-service/)
168168
* [How to Export XML Documents](/howto7/integration/export-xml-documents/)
169169
* [How to Import XML Documents](/howto7/integration/importing-xml-documents/)
170-
* [How to Import Excel Documents](/howto7/integration/importing-excel-documents/)
171-
* [How to Expose a Web Service](/howto7/integration/expose-a-web-service/)

content/en/docs/refguide7/desktop-modeler/java-actions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ The Import mapping parameter type was introduced in Mendix 7.2.0.
6464
The **Export mapping** parameter type allows users of Java Actions to pass an export mapping into a Java action. In the generated Java action template code, this type is represented as a string (the name of the export mapping).
6565

6666
{{% alert color="info" %}}
67-
6867
The Export mapping parameter type was introduced in version 7.2.0.
69-
7068
{{% /alert %}}
7169

7270
#### 2.2.5 Return Type

0 commit comments

Comments
 (0)