Skip to content

Commit 64943f3

Browse files
Merge remote-tracking branch 'upstream/development' into development
2 parents e5554e5 + 01177f2 commit 64943f3

13 files changed

Lines changed: 181 additions & 319 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/catalog/search-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,15 @@ A successful `GET` call results in a `200` status code and a JSON response body
232232
"application": {
233233
"type": "Other",
234234
"technicalOwner": {
235-
"email": "john.doe@mendix.com",
235+
"email": "john.doe@siemens.com",
236236
"uuid": "d9d4b5bc-ffe8-4c5c-b237-7358d01f7981",
237237
"name": "John Doe"
238238
},
239239
"icon": "https://catalog.mendix.com/resources/logos/other_icon.png",
240240
"uuid": "1bed66d2-4477-39a9-9144-d0f848212f1e",
241241
"repositoryLocation": "https://sprintr.home.mendix.com/link/project/369386df-35b4-475b-a917-17adcc81c1b5",
242242
"businessOwner": {
243-
"email": "john.doe@mendix.com",
243+
"email": "john.doe@siemens.com",
244244
"uuid": "d9d4b5bc-ffe8-4c5c-b237-7358d01f7981",
245245
"name": "John Doe"
246246
},

content/en/docs/howto/front-end/selenium-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Note that the fourth row in a grid has an index of `3`.
5858

5959
## Read More
6060

61-
* [Test Mendix Applications Using Selenium IDE](/howto/testing/testing-mendix-applications-using-selenium-ide/)
6261
* [Consume a Complex Web Service](/howto/integration/consume-a-complex-web-service/)
6362
* [Consume a Simple Web Service](/howto/integration/consume-a-simple-web-service/)
6463
* [Import Excel Documents](/howto/integration/importing-excel-documents/)

content/en/docs/howto/testing/_index.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

content/en/docs/howto/testing/testing-mendix-applications-using-selenium-ide.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

content/en/docs/howto10/front-end/selenium-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Note that the fourth row in a grid has an index of `3`.
5858

5959
## Read More
6060

61-
* [Test Mendix Applications Using Selenium IDE](/howto10/testing/testing-mendix-applications-using-selenium-ide/)
6261
* [Consume a Complex Web Service](/howto10/integration/consume-a-complex-web-service/)
6362
* [Consume a Simple Web Service](/howto10/integration/consume-a-simple-web-service/)
6463
* [Import Excel Documents](/howto10/integration/importing-excel-documents/)

content/en/docs/howto10/testing/_index.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

content/en/docs/howto10/testing/testing-mendix-applications-using-selenium-ide.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

content/en/docs/refguide/installation/upgrading-from-10-to-11/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ In Mendix 11.0 you won’t run into any ambiguity around this anymore.
148148
#### Example 3
149149

150150
```
151-
$User/Name + "@mendix.com"
151+
$User/Name + "@siemens.com"
152152
```
153153

154-
In this example, Mendix will handle string concatenation correctly no matter if `$User/Name` is `empty` or `''`. The resulting string will be `@mendix.com`.
154+
In this example, Mendix will handle string concatenation correctly no matter if `$User/Name` is `empty` or `''`. The resulting string will be `@siemens.com`.
155155

156156
In this particular example, if you want to prevent the generation of email addresses without the first part you should add a validation check before doing concatenation:
157157

158158
```
159-
if trim($User/Name) = '' then '' else $User/Name + "@mendix.com"
159+
if trim($User/Name) = '' then '' else $User/Name + "@siemens.com"
160160
```
161161

162162
### React 19 {#react-19}

0 commit comments

Comments
 (0)