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/releasenotes/studio-pro/11/11.10.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: "11.10"
3
3
url: /releasenotes/studio-pro/11.10/
4
4
description: "The release notes for Mendix Studio Pro 11.10 (including all patches) with details on new features, bug fixes, and known issues."
5
5
weight: 90
6
-
# KI: "Using an Oracle database": Ticket 275597
7
6
# KI: "Maia Chat panel issue": MID-317
8
7
---
9
8
@@ -78,7 +77,7 @@ weight: 90
78
77
* We fixed an issue where saving changes in the **Select Elements** dialog of an XML import mapping incorrectly allowed saving an invalid selection where a parent element was checked but its required child element was not, without showing the expected error "Element '…' cannot be checked without a checked child element." (Ticket 273820)
79
78
* We fixed an issue where filtering for objects using a constraint like `[not(association)]` in offline apps incorrectly returned no results. (Ticket 274157)
80
79
* We fixed an issue in the **Select Elements** dialog of an XML export mapping where clicking **OK** on a checked parent element whose required child elements had not been expanded caused the error "Element '…' cannot be checked without a checked child element." Studio Pro now automatically checks required child elements of unexpanded parent nodes before saving. (Ticket 274683)
81
-
* We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
80
+
*<aid="fix-oracle-database"></a>We fixed an issue where, when using an Oracle database, task queue queries generated invalid SQL. (Ticket 275597)
82
81
* We made the event sub-process start activity in workflows not draggable.
83
82
* We made the main start activity in workflows not draggable to prevent you from accidentally dragging it and losing your progress.
84
83
* We fixed an issue where renaming a view entity association in the domain model editor did not update the corresponding ID alias in the OQL query, ensuring the OQL definition now stays consistent with the new association name.
@@ -115,7 +114,6 @@ weight: 90
115
114
116
115
### Known Issues
117
116
118
-
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
119
117
* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**.
120
118
* Workaround: Manually close the panel when it appears.
121
119
* In some cases, clicking the **Undo all** button shows an error message after Maia generates and edits a document. Some changes might not fully revert.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.11.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ title: "11.11"
3
3
url: /releasenotes/studio-pro/11.11/
4
4
description: "The release notes for Mendix Studio Pro 11.11 (including all patches) with details on new features, bug fixes, and known issues."
5
5
weight: 89
6
-
# TBD: CHECK THESE KIs AGAINST FIXES IN 11.11 AND SEE IF WE CAN MARK AS FIXED
7
-
# KI: "Using an Oracle database": Ticket 275597
8
6
# KI: "Maia Chat panel issue": MID-317
9
7
---
10
8
@@ -136,7 +134,6 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y
136
134
137
135
### Known Issues
138
136
139
-
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
140
137
* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**.
141
138
* Workaround: Manually close the panel when it appears.
142
139
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.9.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
@@ -3,7 +3,6 @@ title: "11.9"
3
3
url: /releasenotes/studio-pro/11.9/
4
4
description: "The release notes for Mendix Studio Pro 11.9 (including all patches) with details on new features, bug fixes, and known issues."
5
5
weight: 91
6
-
# KI: "Using an Oracle database": Ticket 275597
7
6
---
8
7
9
8
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.9](https://www.mendix.com/blog/mendix-release-11-9/) blog post.{{% /alert %}}
@@ -186,6 +185,7 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat
186
185
### Known Issues
187
186
188
187
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
188
+
* Fixed in [11.10](#fix-oracle-database)
189
189
* After you import a module with widgets (for example, the Data Widgets module) or just a widget, Studio Pro enters a state where subsequent imports of widget-containing modules silently fail. Studio Pro may appear to complete the import successfully but fails to actually import the module and its widgets. Studio Pro must be restarted to install another module with widgets, it is not sufficient to close the app or the Marketplace. The issue also persists for downloaded modules with widgets that are manually installed. <br/> We are working on the solution for this issue, the fix will be released as soon as possible in the upcoming patched versions.
190
190
* Fixed in [11.9.1](#fix-module-import)
191
191
* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
0 commit comments