Skip to content

Commit abc2225

Browse files
committed
link fix to last remaining KI instance
1 parent 2994fbf commit abc2225

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/releasenotes/studio-pro/11/11.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ weight: 90
7777
* 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)
7878
* We fixed an issue where filtering for objects using a constraint like `[not(association)]` in offline apps incorrectly returned no results. (Ticket 274157)
7979
* 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)
80-
* We fixed an issue when running with Oracle where task queue queries generated invalid SQL. (Ticket 275597)
80+
* <a id="fix-oracle-database"></a>We fixed an issue where, when using an Oracle database, task queue queries generated invalid SQL. (Ticket 275597)
8181
* We made the event sub-process start activity in workflows not draggable.
8282
* We made the main start activity in workflows not draggable to prevent you from accidentally dragging it and losing your progress.
8383
* 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.

content/en/docs/releasenotes/studio-pro/11/11.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "11.9"
33
url: /releasenotes/studio-pro/11.9/
44
description: "The release notes for Mendix Studio Pro 11.9 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 91
6-
# KI: "Using an Oracle database": Ticket 275597
76
---
87

98
{{% 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
186185
### Known Issues
187186

188187
* 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)
189189
* 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.
190190
* Fixed in [11.9.1](#fix-module-import)
191191
* 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

Comments
 (0)