Skip to content

Commit 940e7f3

Browse files
authored
Merge pull request #11521 from jdiehl/patch-523550
Removed warning about optional parameters
2 parents ce5a35e + b124ad4 commit 940e7f3

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

content/en/docs/refguide/runtime/mendix-client/embedding-the-client.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,6 @@ If the host app uses CSP, make sure its policy allows JavaScript to load from th
180180

181181
Cross-site cookies must be enabled in the browser when the Mendix application is hosted on a different domain from the host application.
182182

183-
## Known Issues
184-
185-
### Optional Parameters
186-
187-
Omitting a parameter that is marked as optional from the `parameters` object will result in the fallback page being shown instead of the default value being passed.
188-
189183
## Read More
190184

191185
* [Mendix Client](/refguide/mendix-client/)

content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ For the full `render()` API, see [Embedding the Client](/refguide/mendix-client/
229229
## Known Limitations (Beta)
230230

231231
* **Authentication pop-up:** During Beta, the Teamcenter Connector SSO flow opens a pop-up window. This can be automated to require zero additional clicks after the user is already authenticated with TcSS.
232-
* **Optional parameters fallback:** If an optional startup parameter is omitted, the embedded client shows the fallback page rather than using the parameter's default value. This is a known issue with the embedded client. See [Embedding the Client](/refguide/mendix-client/embedding-the-client/).
233232

234233
## Read More
235234

content/en/docs/releasenotes/studio-pro/11/11.12.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ weight: 88
2626
### Improvements
2727

2828
- Maia now receives detailed information about errors inside microflow expressions it generates, so it can correct them more accurately.
29-
- Embedded applications now support optional parameters for the home page and home microflow.
29+
- <a id="embed-optional-params"></a>Embedded applications now support optional parameters for the home page and home microflow.
3030

3131
### Fixes
3232

@@ -216,6 +216,8 @@ CDC can be used with the Mendix Event Broker or with a Bring Your Own Kafka (BYO
216216
* Workaround: Click **New Chat** to restore reasoning and caching. Note that **New Chat** is only available when the chat is not empty.
217217
* The **Skills** button in Maia Chat is not visible after adding skills via Maia. It becomes visible only after restarting the app, closing the project, or starting a new chat.
218218
* Workaround: Click **New Chat** to make the Skills button appear without requiring a full restart. Note that **New Chat** is only available when the chat is not empty.
219+
* In an [embedded navigation profile](/refguide/mendix-client/embedding-the-client/), omitting a parameter that is marked as optional from the `parameters` object will result in the fallback page being shown instead of the default value being passed.
220+
* Added in [11.12.1](#embed-optional-params)
219221
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
220222
* When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities.
221223
* When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.

0 commit comments

Comments
 (0)