-
Notifications
You must be signed in to change notification settings - Fork 747
Documentation updates for improved toolbox activity names and property dialog box titles #9951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
…perties dialog box titles
…erlapped with those in the workflow editor)
...en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel.md
Show resolved
Hide resolved
content/en/docs/howto/data-models/denormalize-data-to-improve-performance.md
Outdated
Show resolved
Hide resolved
content/en/docs/howto/data-models/denormalize-data-to-improve-performance.md
Outdated
Show resolved
Hide resolved
content/en/docs/marketplace/partner-solutions/apd/ig/ig-one/ig-one-uninstall-steps.md
Outdated
Show resolved
Hide resolved
...t/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/best-practices.md
Show resolved
Hide resolved
...nt/en/docs/refguide/mobile/using-mobile-capabilities/local-notifications/local-notif-data.md
Outdated
Show resolved
Hide resolved
...nt/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/_index.md
Show resolved
Hide resolved
...eling/application-logic/microflows-and-nanoflows/activities/action-call-activities/_index.md
Show resolved
Hide resolved
...e/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/_index.md
Show resolved
Hide resolved
…performance.md Co-authored-by: İevgen Baida <[email protected]>
…performance.md Co-authored-by: İevgen Baida <[email protected]>
…l-notifications/local-notif-data.md Co-authored-by: İevgen Baida <[email protected]>
@@ -14,7 +14,7 @@ Some of the more common errors you can find in the application log that can caus | |||
|
|||
### java.lang.StackOverflowError | |||
|
|||
Your application is not going to recover from one of these errors. When you encounter one of these while running your Mendix application it is practically always going to be caused by an infinite loop. You can easily recreate this by creating a microflow called *Microflow* with a single microflow call action and selecting the microflow called *Microflow*. The infinite loop will crash your app and produce a stack overflow error. | |||
Your application is not going to recover from one of these errors. When you encounter one of these while running your Mendix application it is practically always going to be caused by an infinite loop. You can easily recreate this by creating a microflow called *Microflow* with a single call microflow activity and selecting the microflow called *Microflow*. The infinite loop will crash your app and produce a stack overflow error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the correct casing? Or is it "a single Call microflow activity"
And should it be in bold as a UX element ("a single Call microflow activity"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarkvanMents Good catch! It should be in bold as a UI element. I've corrected this instance.
No description provided.