Skip to content

Commit 38ef0d6

Browse files
author
adam-dupaski
committed
Edit RN
1 parent 40b3e58 commit 38ef0d6

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

content/en/docs/releasenotes/studio-pro/10/10.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ weight: 98
5656
* We fixed an issue where a [Data Grid 2](/appstore/modules/data-grid-2/) module configured with an XPath data source with a `not equal` constraint did not apply the filters on associations that had been specified in the drop-down filter widget. (Ticket 191292)
5757
* We fixed an issue where re-importing a module with a nanoflow that called a microflow made running native apps unable to call that microflow. The Mendix Runtime operations for microflow calls now always have the same Mendix Runtime operation ID. (Ticket 191302)
5858
* We fixed an issue where an app containing an input widget with a page title override on one of its actions triggered an error and could not be opened. (Ticket 192138)
59-
* We fixed an issue where deployment failed when a Data Grid 2 module or a gallery widget used a database over an association with selection enabled. (Tickets 192500, 192875, 193161)
59+
* We fixed an issue where deployment failed when a [Data Grid 2](/appstore/modules/data-grid-2/) or a Gallery widget used a database over an association with selection enabled. (Tickets 192500, 192875, 193161)
6060
* We fixed an issue where clicking the **New** grid button when using a page parameter caused a deployment error. (Ticket 192593)
6161
* We fixed an issue where importing a module from Studio Pro version [10.0.0](/releasenotes/studio-pro/10.0/) incorrectly triggered the consistency error **CE7411** if the module contained a widget that called a page outside the imported module (for example, the **Go to** page of a reference selector in the Excel Importer module). (Tickets 192867, 193026, 193410, 193736)
6262
* We fixed an issue where an app with the [Security level](/refguide/app-security/#security-level) set to **Production** threw an error if it contained a data widget using an association from a page or snippet parameter as its data source.

content/en/docs/releasenotes/studio-pro/9/9.24.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
2323

2424
### Fixes
2525

26-
* We fixed an issue where importing large XML Schema documents was too slow. (Ticket 170962, 185085)
26+
* We fixed an issue where importing large XML schema documents was too slow. (Ticket 170962, 185085)
27+
* We fixed an issue with calling a microflow action where retrieving a specialization over an association did not work if the other side was the generalization. (Ticket 187667)
28+
* We fixed an issue where an XPath data source with a constraint that used the `id` attribute of a variable (for example, `[Module.Person_House/Module.House/id=$currentObject/id]`) resulted in an error during deployment. (Ticket 194055)
29+
* We fixed an issue where calling a microflow action did not create an `IDResolution` log line. (Ticket 194868)
30+
* We fixed an issue where deployment failed when a [Data Grid 2](/appstore/modules/data-grid-2/) or a Gallery widget used a database over an association with selection enabled. (Ticket 195832)
31+
32+
2733
* We adjusted Best Practices MXP003 and MXP007 to not recommend adding an index to an attribute that is uniquely constrained.
28-
* We fixed an issue where an XPath data source with a constraint which used the `id` attribute of a variable, e.g. `[Module.Person_House/Module.House/id=$currentObject/id]`, resulted in an error during deployment. (Ticket 194055)
29-
* We fixed an issue with calling a microflow action where retrieving a specialization over association did not work if the other side was the generalization. (Ticket 187667)
30-
* We fixed an issue where calling a microflow action would not create an IDResolution log line (Ticket 194868)
31-
* We fixed an issue where deployment failed when a Data grid 2 or a gallery widget used a database over association with selection enabled. (Ticket 195832)
3234

3335
## 9.24.7 {#9247}
3436

0 commit comments

Comments
 (0)