Skip to content

Commit caed7e1

Browse files
author
Adam Dupaski
authored
Merge pull request mendix#6519 from mendix/ad-9.24.8-rn
9.24.8 RN
2 parents 3823397 + f2849a7 commit caed7e1

2 files changed

Lines changed: 21 additions & 1 deletion

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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ weight: 76
1010
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
1111
{{% /alert %}}
1212

13+
## 9.24.8 {#9248}
14+
15+
**Release date: September 18, 2023**
16+
17+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.8" text="Go to Marketplace" title="Download version 9.24.8 from the Marketplace" %}}
18+
19+
### Improvements
20+
21+
* You can now use a **Share** URL from the [Catalog](/catalog/) to update a consumed OData service.
22+
* You can now update the contract of an OData service from the Catalog using a file or URL.
23+
24+
### Fixes
25+
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+
* We adjusted MxAssist Best Practice Bot recommendations [MXP003](/refguide9/performance-best-practices/#mxp003) and [MXP007](/refguide9/performance-best-practices/#mxp007) to not recommend adding an index to an attribute that is uniquely constrained.
32+
1333
## 9.24.7 {#9247}
1434

1535
**Release date: September 8, 2023**

0 commit comments

Comments
 (0)