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/appstore/create-content/create-modules/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The guidelines to develop modules and submit them to the Marketplace as as follo
17
17
* For Java dependencies, follow the following guidelines:
18
18
19
19
* In versions Mendix 10.3.0 and above, use [managed dependencies](/refguide/managed-dependencies/) where possible. For versions below 10.3, ensure that Java dependencies are put in the `userlib` folder. You should also put any [unmanaged dependencies](/refguide/managed-dependencies/#unmanaged), that is, non-publicly-available *.jar* files, in the **userlib** folder.
20
+
20
21
* When putting *.jar* files in the **userlib** folder, make sure the name includes a version number (for example, `org.apache.commons.io-2.3.0.jar`) and is accompanied by a blank `{jarfile-including-version}.{module_name}.RequiredLib` file so that users know where the .*jar* files come from (for example, for the module *MyModule*, `org.apache.commons.io-2.3.0.jar.MyModule.RequiredLib`).
9. Click **Back** to return to the **Details** page.
62
68
10. Click the **Ingestion Configuration** tab to set up your ingestion destination table.
@@ -77,7 +83,7 @@ Once the Mendix Data Loader is deployed, follow these steps to configure and use
77
83
16. Click **Schedule Ingestion Task**.
78
84
17. To view the created task, go to the **Task Management** tab, where you can monitor performed ingestion jobs, suspend or enable the task, or drop it. Currently, only one ingestion task can exist at a time.
79
85
18. Grant the application **USAGE** privilege on a warehouse to enable scheduling of data ingestions. All data ingestions use the same warehouse.
80
-
You are now redirected to the **Details** page, where you can see the status of the last three ingestionse.
86
+
You are now redirected to the **Details** page, where you can see the status of the last three ingestions.
81
87
19. To view the ingested data, access the schema specified in the target database within your Snowflake environment.
82
88
83
89
The ingested data is stored in the target schema of the specified target database, created by the Mendix Data Loader application. This target schema serves as a staging area. After each ingestion, copy the tables from the target schema to the desired database and schema that you want to use to store the ingested data.
@@ -125,7 +131,7 @@ Additionally, you may need to verify custom claims specific to your OAuth provid
125
131
126
132
## Setting up the App Client in your OAuth Provider
127
133
128
-
When setting up the OAuth provider to be able to use it with the Mendix Data Loader, you must specify aredirect URL in order for the authorization server to redirect the user back to the application. The redirect URL from your Snowflake environment has the following format:
134
+
When setting up the OAuth provider to be able to use it with the Mendix Data Loader, you must specify a redirect URL in order for the authorization server to redirect the user back to the application. The redirect URL from your Snowflake environment has the following format:
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/portfolio-management/initiatives-overview/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ Only Portfolio Managers and Contributors from the same company as the portfolio
151
151
152
152
1. Make sure that [you have linked the Jira project to your portfolio](/developerportal/portfolio-management/integrate-with-jira/#link-jira-project).
153
153
2. At the bottom of the **Epics** section, click **+ Add Jira Epics**.
154
-
2. Select the Jira project to which the epics belong.
155
-
3. Select the Jira epics. You can search by its full key or summary.
154
+
3. Select the Jira project to which the epics belong.
155
+
4. Select the Jira epics. You can search by its full key or summary.
156
156
5. Click **Add** to link the selected epics to the initiative.
157
157
6. If you need to link epics in other Jira projects to this initiative, repeat the steps from 2 to 5, until you link all the epics. You can link up to a maximum of 20 Jira epics per initiative.
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/portfolio-management/integrate-with-jira.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,19 +62,19 @@ To connect your portfolio to Jira, follow these steps:
62
62
***Account**: This is the login name (the email address) of a user on the Jira platform with project access rights.
63
63
***API Token**: This is a valid API token issued by the Jira platform and assigned to the above-mentioned account. For more information on how to get this API token, see [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
64
64
65
-
5. Click **Next**.
66
-
6. Select the Jira projects you want to link to your portfolio. You can link up to a maximum of 20 Jira projects per portfolio.
65
+
7. Click **Next**.
66
+
8. Select the Jira projects you want to link to your portfolio. You can link up to a maximum of 20 Jira projects per portfolio.
* A card with the details of your Jira integration and the **Edit Configuration** button, which enables you to [edit the current configuration of the integration](#edit-configuration).
77
-
* A list with the Jira projects that are linked to this portfolio, which contains the folllowing items:
77
+
* A list with the Jira projects that are linked to this portfolio, which contains the following items:
78
78
79
79
* Project icon – This is the icon of the linked Jira project.
80
80
***Name** – This is the name of the linked Jira project.
@@ -99,7 +99,7 @@ If you want to edit your existing Jira configuration, for example to rotate the
99
99
## Deleting Jira Configuration
100
100
101
101
{{% alert color="warning" %}}
102
-
If you already have [linked Jira projects](#link-jira-project) to the portoflio, after you delete the Jira configuration, the linked Jira projects will be unlinked from the portfolio automatically.
102
+
If you already have [linked Jira projects](#link-jira-project) to the portfolio, after you delete the Jira configuration, the linked Jira projects will be unlinked from the portfolio automatically.
103
103
{{% /alert %}}
104
104
105
105
To delete a configuration, do the following steps:
@@ -144,4 +144,4 @@ If you already have [linked epics from the Jira project to an initiative](/devel
Copy file name to clipboardExpand all lines: content/en/docs/refguide/installation/install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The Mendix Studio Pro installation experience includes all the tools and framewo
89
89
90
90
It is possible to prepare the prerequisite installers beforehand so the setup process can pick them up instead of downloading them from the remote location. Follow these steps to prepare the installers:
91
91
92
-
5. Rename the following dependencies:
92
+
1. Rename the following dependencies:
93
93
* Rename the Visual C++ Redistributable for Visual Studio 2019 (x64) executable (for example, *VC_redist.x64.exe*) to*vcredist2019_x64.exe*
94
94
* Rename the `latest` executable to *mendix_native_mobile_builder.exe*
95
95
* Rename the *Git-{version}-64-bit.exe* executable to *git_for_windows_installer.exe*
@@ -101,7 +101,7 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
101
101
* For Studio Pro versions 10.11.0 and above, rename the Java Development Kit 21 (x64) *msi* (for example, *OpenJDK21U-jdk_x64_windows_hotspot_21.0.4_7.msi*) to *adoptiumjdk_21_x64.msi*
102
102
* Do not rename the Microsoft Edge WebView2 Evergreen Runtime installer *MicrosoftEdgeWebview2Setup.exe*; keep it as is
103
103
104
-
6. Run the installer as described in the [Installing Mendix Studio Pro](#install) section above.
104
+
2. Run the installer as described in the [Installing Mendix Studio Pro](#install) section above.
105
105
106
106
If an error occurs during JDK installation, try the following:
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/use-extensions/use-the-external-database-connector.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
@@ -153,7 +153,7 @@ Do the following:
153
153
154
154
b. If **Update Entity** is selected, you can see changes that will be made to the existing entity. Click **Update Entity** to save the query and the changes made to the entity in the domain model.
Copy file name to clipboardExpand all lines: content/en/docs/support/submit-support-request.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,8 @@ To submit a request with Mendix Support, follow these steps:
90
90
6. Fill in the other fields for the issue type you selected, including [Priority](#request-priority).
91
91
7. Optionally, enable the check box that grants Mendix Support permission to access your logs for the purpose of diagnosing and troubleshooting the issue.
92
92
93
-
{{% alert color="info" %}}
94
-
Although not required, granting this permission is highly recommended because it greatly enhances Mendix Support's ability to assist you effectively. Without it, diagnosing and resolving any issues you encounter may be challenging, potentially impacting the level of support that Mendix Support can provide. Any logs collected are strictly used for providing help on your ticket and are handled with the utmost care.
95
-
{{% /alert %}}
93
+
{{% alert color="info" %}}Although not required, granting this permission is highly recommended because it greatly enhances Mendix Support's ability to assist you effectively. Without it, diagnosing and resolving any issues you encounter may be challenging, potentially impacting the level of support that Mendix Support can provide. Any logs collected are strictly used for providing help on your ticket and are handled with the utmost care.
94
+
{{% /alert %}}
96
95
97
96
8. Make sure all your attachments have finished uploading before clicking **Next**.
0 commit comments