[WTF-2714] Allow PW to refer to all system texts - #226
Open
stdagkalakis wants to merge 2 commits into
Open
Conversation
stdagkalakis
force-pushed
the
wtf/WTF-2714-allow-pw-to-refer-to-all-system-text
branch
from
August 19, 2026 12:10
abf9b5a to
0a3c961
Compare
stdagkalakis
force-pushed
the
wtf/WTF-2714-allow-pw-to-refer-to-all-system-text
branch
from
August 19, 2026 13:01
0a3c961 to
06a35a8
Compare
alihcsumer
reviewed
Aug 19, 2026
| ### Changed | ||
|
|
||
| - We increased the minimum node version to 22. | ||
| - We changed [System Text XML](https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#text) type to use `namespace` instead of `widgetId`, since now we allow plugable widgets to refer to all system texts. |
| ### Changed | ||
|
|
||
| - We increased the minimum node version to 22. | ||
| - We changed [System Text XML](https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#text) type to use `namespace` instead of `widgetId`, since now we allow plugable widgets to refer to all system texts. |
Contributor
There was a problem hiding this comment.
"since we now allow pluggable widgets to refer to all system texts." sounds better imo
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.
Rename
widgetIdtonamespaceto reflect SystemTexts ability to refer to all system textsTodo
11.15after releaseChecklist
[XX-000]: description)? ✅This PR contains
What is the purpose of this PR?
Rename
widgetIdtonamespaceto reflect SystemTexts ability to refer to all system textsRelevant changes
Originally
widgetIdwas used to reference the external widget texts. We now allow mapping to all system texts, this change was implemented to reflect the ability to all core system texts using namespaces. e.g.mxui.commonWhat should be covered while testing?
Tests were updated to match new typings