Open
Conversation
Added this as result of this slack thread: https://mendix.slack.com/archives/CA82XPUQG/p1770300321312099 This could also be added to Mx10 and Mx9 documentation as it is unrelated from the Mx version. I asked in that slack thread for people to review it.
Contributor
Author
|
This PR would require an approval from the PM Jonathan Diehl. See related slack thread, where I asked him to review this. |
jdiehl
approved these changes
Apr 1, 2026
MarkvanMents
reviewed
Apr 2, 2026
| * The renamed scheduled event (`SE_Old`) will be treated as a new, previously unseen, event and will default to disabled. | ||
|
|
||
| {{% alert color="info" %}} | ||
| Be mindful of this behavior when renaming scheduled events and reusing names within the same application. If you rename a scheduled event and introduce a new one with the original name, verify the enabled/disabled states of all affected scheduled events after deployment to ensure they match your intentions. |
Collaborator
There was a problem hiding this comment.
Is this really a good recommendation. It's a bit generic.
Surely it is better to say not to rename scheduled events but to create new ones?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added this as result of this slack thread: https://mendix.slack.com/archives/CA82XPUQG/p1770300321312099
This could also be added to Mx10 and Mx9 documentation as it is unrelated from the Mx version.
I asked in that slack thread for people to review it.