Skip to content

Commit d602ae1

Browse files
committed
Remove references to Mx8
1 parent 3919495 commit d602ae1

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

content/en/docs/marketplace/create-content/create-connectors/connector-best-practices/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We advise limiting the amount of data stored in persistable entities, and passin
107107

108108
Actions that may be batched or divided over multiple threads due to a large load or volume should be offloaded to the [task queue](/refguide/task-queue/). Using this method, you can simultaneously offload multiple tasks to multiple instances, and over multiple threads. You can also run these tasks in the background without having to wait for a user request. Make sure that the end user is aware that something is going on by setting a certain Task Status, or by implementing a progress log.
109109

110-
If you are using Studio Pro [8.18](/releasenotes/studio-pro/8.18/) or older, you can consider using the process queue. See the [Replacing Process Queue](/refguide9/task-queue/#process-queue) section of *Task Queue* for the difference between these functionalities.
110+
Refer to the [Replacing Process Queue](/refguide9/task-queue/#process-queue) section of *Task Queue* for the difference between task queue and process queue.
111111

112112
## ConnectionDetails Entity
113113

content/en/docs/marketplace/platform-supported-content/modules/community-commons-function-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ As of version 7.2.0 of this module, it is highly recommended that you manually r
161161

162162
### Java 8
163163

164-
As of version 7.2.0 of this module, some Java 8-native APIs are utilized that replace functionality that was previously imported from external libraries. This means that for upgrading, Java 8 is a minimum requirement! You can change your JDK directory in Studio Pro via **Edit** > **Preferences**. As of [Studio Pro 8](/releasenotes/studio-pro/8.0/), AdoptOpenJDK 11 is supported.
164+
As of version 7.2.0 of this module, some Java 8-native APIs are utilized that replace functionality that was previously imported from external libraries. This means that for upgrading, Java 8 is a minimum requirement. You can change your JDK directory in Studio Pro via **Edit** > **Preferences**. Use AdoptOpenJDK 11.
165165

166166
### Breaking Change to XSSSanitize
167167

content/en/docs/marketplace/platform-supported-content/modules/mendix-feedback.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
{{% alert color="warning" %}}
1111
This document is for the Mendix Feedback module which is compatible with Studio Pro 9.18.6 and above.
1212

13-
If you are using the deprecated Mendix Feedback widget (compatible with Studio Pro 8.6.0 and above), see the [Legacy Feedback Widget Docs](#legacy-feedback-docs) sections below.
13+
If you are using the deprecated Mendix Feedback widget, refer to the [Legacy Feedback Widget Docs](#legacy-feedback-docs) sections in this document.
1414

1515
All Mendix Feedback widgets with versions lower than 8.4.0 are disabled as of October 1, 2022. If you are using one of these versions, [upgrade your current Mendix Feedback widget with the latest version of this module](#upgrade).
1616

@@ -80,7 +80,7 @@ To configure the Feedback widget, double-click it to open the **Edit Feedback**
8080
* **Model pop-up type** – This controls what happens once you click the **Feedback** button. By default, it opens the **Share Feedback** page. If you select **Custom**, you can select a different **On click** action.
8181
* **App ID** – This is the unique identifier of your app. You can find it under **Project ID** in your app’s [Settings](/developerportal/general-settings/) in Apps.
8282

83-
{{% alert color="info" %}}The original value of **App ID** is *1*, but this value should automatically change to your correct app ID. If it does not change automatically, see [Updating App ID](#update-app-id) below.
83+
{{% alert color="info" %}}The original value of **App ID** is *1*, but this value should automatically change to your correct app ID. If it does not change automatically, refer to [Updating App ID](#update-app-id) below.
8484
{{% /alert %}}
8585

8686
* **Show advanced settings** – These advanced settings allow you to customize where the widget renders and how screenshots are captured when the default behavior does not work as expected. By default, this is set to **No**. If you select **Yes**, the following items are displayed:
@@ -127,7 +127,7 @@ The image is allowed up to 5MB in one of the following formats: JPG, JPEG, PNG,
127127

128128
{{< figure src="/attachments/appstore/platform-supported-content/modules/mendix-feedback/feedback-submit-button.png" width="500px" class="no-border" >}}
129129

130-
After clicking **Submit**, your feedback will go straight to the [Feedback](/developerportal/app-insights/feedback/) page of the app in [Apps](https://sprintr.home.mendix.com/). Once you see the final page, you have successfully submitted your feedback.
130+
After clicking **Submit**, your feedback will go straight to the [Feedback](/developerportal/app-insights/feedback/) page of the app in [Apps](https://sprintr.home.mendix.com/). Once the final page is displayed, you have successfully submitted your feedback.
131131

132132
## Upgrading the Deprecated Feedback Widget to the Feedback Module {#upgrade}
133133

@@ -149,11 +149,11 @@ If it did not change to your app ID because of an unexpected error, you can upda
149149

150150
### Feedback Item Does Not Show in Apps
151151

152-
If you cannot see your feedback items on the **Feedback** page after opening your app in [Apps](https://sprintr.home.mendix.com/), it is possible that you have configured a wrong **App ID** or **Feedback server location**. Check if all the configurations are filled in per the [Configuring the Feedback Widget](#configuration) section above.
152+
If your feedback items are not displayed on the **Feedback** page after opening your app in [Apps](https://sprintr.home.mendix.com/), it is possible that you have configured a wrong **App ID** or **Feedback server location**. Check if all the configurations are filled in per the [Configuring the Feedback Widget](#configuration) section above.
153153

154154
### Widget Cannot Be Read
155155

156-
If you see the following error, click **close** and then remove the duplicate old widget from your app’s folder ‘/widgets’. Look for ‘SprintrFeedbackWidget.mpk’.
156+
If the following error is displayed, click **close** and then remove the duplicate old widget from your app’s folder ‘/widgets’. Look for ‘SprintrFeedbackWidget.mpk’.
157157

158158
{{< figure src="/attachments/appstore/platform-supported-content/modules/mendix-feedback/widget-error.png" width="600px" class="no-border" >}}
159159

@@ -176,7 +176,7 @@ To show the Feedback button, do as follows:
176176
4. Set **Show in Design mode** to **Yes**.
177177
5. Click **OK** to save the change.
178178

179-
### Users Do not See Their Image Afte Uploading a File from Their Computer
179+
### Users Do not See Their Image After Uploading a File from Their Computer
180180

181181
1. In [Apps](https://sprintr.home.mendix.com/link/myapps), open your app.
182182
2. In your **Apps** [navigation pane](/developerportal/#navigation-pane), go to **Environments**.
@@ -224,7 +224,7 @@ You can configure the widget for certain actions in your app. All the configurat
224224
1. **Project** tab
225225
* **App ID** – the unique identifier of your app, which you can find under **Project ID** in your app’s [Settings](/developerportal/general-settings/) in [Apps](https://sprintr.home.mendix.com/)l
226226

227-
{{% alert color="info" %}}The original value of **App ID** is 1, but this value should automatically change to your correct app ID. If it does not change automatically, see [Updating App ID](#legacy-update-app-id) below.
227+
{{% alert color="info" %}}The original value of **App ID** is 1, but this value should automatically change to your correct app ID. If it does not change automatically, refer to [Updating App ID](#legacy-update-app-id) below.
228228
{{% /alert %}}
229229

230230
**Allow screenshots** – controls whether the app user can take a screenshot or not
@@ -244,7 +244,7 @@ You can configure the widget for certain actions in your app. All the configurat
244244
* **User name attribute**– selects the attribute of **name** from the **User** entity
245245
* **Email attribute** – selects the attribute of **email** from the **User** entity
246246

247-
See the screenshot below for an example:
247+
Refer to this screenshot for an example:
248248

249249
{{< figure src="/attachments/appstore/platform-supported-content/modules/mendix-feedback/custom-authentication.png" class="no-border" >}}
250250

@@ -258,7 +258,7 @@ You can configure the widget for certain actions in your app. All the configurat
258258

259259
* **Decrypted Token Value** – recommended that you select the **Value** attribute from it (the default if **Value** in the MendixSSO module).
260260

261-
See the screenshot below for an example:
261+
Refer to this screenshot for an example:
262262

263263
{{< figure src="/attachments/appstore/platform-supported-content/modules/mendix-feedback/mendixsso-authentication.png" class="no-border" >}}
264264

@@ -313,7 +313,7 @@ The Feedback widget uses the HTML2Canvas library which attempts to make an image
313313

314314
#### Feedback Item Does Not Show in Apps
315315

316-
If you cannot see your feedback items on the **Feedback** page after opening your app in [Apps](https://sprintr.home.mendix.com/), it is possible that you have configured a wrong **App ID** or **Feedback server location**. Check if all the configurations are filled in per the [Configuration](#legacy-configuration) section above.
316+
If your feedback items are not displayed on the **Feedback** page after opening your app in [Apps](https://sprintr.home.mendix.com/), it is possible that you have configured a wrong **App ID** or **Feedback server location**. Check if all the configurations are filled in per the [Configuration](#legacy-configuration) section above.
317317

318318
#### Creating a New Microflow to Retrieve DecryptedToken {#create-a-new-microflow-to-retrieve-decryptedtoken}
319319

@@ -328,6 +328,6 @@ The **tokenType** argument is **MendixSSO.TokenType.ID_TOKEN**:
328328

329329
#### Widget Cannot Be Read
330330

331-
If you see the following error, click **close** and then go to your widget folder to remove the duplicate old widget.
331+
If the following error is displayed, click **close** and then go to your widget folder to remove the duplicate old widget.
332332

333333
{{< figure src="/attachments/appstore/platform-supported-content/widgets/mendix-feedback/widget-error.png" width="600px" class="no-border" >}}

0 commit comments

Comments
 (0)