-
Notifications
You must be signed in to change notification settings - Fork 767
[WTF-2512] Batch Conversion for Mx10 #10612
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?
[WTF-2512] Batch Conversion for Mx10 #10612
Conversation
|
@LEGIO-SEXTA-FERRATA Is this technology available to customers now? If so, we will edit and merge without waiting for a release. |
@ConnorLand hey 👋 , yes, we already released the feature for Mendix 10.24 LTS, so this is readily shippable. But we are doing our in-team review first, you can take over this PR after I undraft (which apparently is not an actual English word) it. 👍 |
| @@ -0,0 +1,61 @@ | |||
| --- | |||
| title: "Batch Widget Conversions for React Client" | |||
| url: /refguide10/mendix-client/batch-conversion/ | |||
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.
The release notes that announce the feature for 10.24.13 link to the current refguide, maybe we can update that link to refguide10?
|
|
||
| ## Introduction | ||
|
|
||
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. |
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.
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. | |
| When migrating your application to the [React client](/refguide10/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. |
|
|
||
| ## Introduction | ||
|
|
||
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. |
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.
I believe we want to use incompatible here instead of unsupported. Considering we support the conversion of some incompatible widgets, and we do not support the conversion of other widgets.
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. | |
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple incompatible widgets at once, rather than converting them individually. |
We may want to update this in the main doc as well.
| The batch conversion feature automatically identifies all non-React widgets in your application which have an automatic conversion defined for React client compatibility and provides options to convert them in bulk. This significantly reduces the time and effort required to migrate large applications to the React client. | ||
|
|
||
| {{% alert color="info" %}} | ||
| Custom widgets and some platform-supported widgets cannot be converted automatically. You will need to review these and replace them with the equivalent React-compatible widgets. |
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.
| Custom widgets and some platform-supported widgets cannot be converted automatically. You will need to review these and replace them with the equivalent React-compatible widgets. | |
| Custom widgets and some platform-supported widgets cannot be converted automatically. You will need to review these and replace them with the equivalent React-compatible widgets manually. |
| Custom widgets and some platform-supported widgets cannot be converted automatically. You will need to review these and replace them with the equivalent React-compatible widgets. | ||
| {{% /alert %}} | ||
|
|
||
| The batch conversion feature was introduced in Mendix version 11.4.0. |
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.
Usually we have this information in a callout.
| The batch conversion feature was introduced in Mendix version 11.4.0. | |
| {{% alert color="info" %}} | |
| The batch conversion feature was introduced in Mendix version [10.24.13](/releasenotes/studio-pro/10.24/#102413). | |
| {{% /alert %}} |
For refguide10 we may want to state 10.24.13 instead of 11.4.0
|
|
||
| Click **Convert** to convert the selected widgets. | ||
|
|
||
| {{< figure src="/attachments/refguide/runtime/mendix-client/batch-conversion/batch-conversion-dialog.png" class="no-border" >}} |
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.
Do we want to keep a separate one for the refguide10 version?
This PR adds the docs page for batch conversion for Mendix 10, making it the same as Mendix 11.
It can be merged for the next release.