You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/create-content/create-connectors/connector-best-practices/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ We advise limiting the amount of data stored in persistable entities, and passin
107
107
108
108
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.
109
109
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.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/community-commons-function-library.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ As of version 7.2.0 of this module, it is highly recommended that you manually r
161
161
162
162
### Java 8
163
163
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.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/mendix-feedback.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ aliases:
10
10
{{% alert color="warning" %}}
11
11
This document is for the Mendix Feedback module which is compatible with Studio Pro 9.18.6 and above.
12
12
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.
14
14
15
15
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).
16
16
@@ -80,7 +80,7 @@ To configure the Feedback widget, double-click it to open the **Edit Feedback**
80
80
***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.
81
81
***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.
82
82
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.
84
84
{{% /alert %}}
85
85
86
86
***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,
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.
131
131
132
132
## Upgrading the Deprecated Feedback Widget to the Feedback Module {#upgrade}
133
133
@@ -149,11 +149,11 @@ If it did not change to your app ID because of an unexpected error, you can upda
149
149
150
150
### Feedback Item Does Not Show in Apps
151
151
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.
153
153
154
154
### Widget Cannot Be Read
155
155
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’.
@@ -176,7 +176,7 @@ To show the Feedback button, do as follows:
176
176
4. Set **Show in Design mode** to **Yes**.
177
177
5. Click **OK** to save the change.
178
178
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
180
180
181
181
1. In [Apps](https://sprintr.home.mendix.com/link/myapps), open your app.
182
182
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
224
224
1.**Project** tab
225
225
***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
226
226
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.
228
228
{{% /alert %}}
229
229
230
230
**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
244
244
***User name attribute**– selects the attribute of **name** from the **User** entity
245
245
***Email attribute** – selects the attribute of **email** from the **User** entity
@@ -313,7 +313,7 @@ The Feedback widget uses the HTML2Canvas library which attempts to make an image
313
313
314
314
#### Feedback Item Does Not Show in Apps
315
315
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.
317
317
318
318
#### Creating a New Microflow to Retrieve DecryptedToken {#create-a-new-microflow-to-retrieve-decryptedtoken}
319
319
@@ -328,6 +328,6 @@ The **tokenType** argument is **MendixSSO.TokenType.ID_TOKEN**:
328
328
329
329
#### Widget Cannot Be Read
330
330
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.
0 commit comments