Skip to content

Commit 9898836

Browse files
committed
Merge branch 'development' into ctl-10.24.13
2 parents 93303d9 + 4696723 commit 9898836

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Capital connector is licensed under the [Apache V2.0 License](https://www.ap
1818
### Prerequisites
1919

2020
* Studio Pro version 10.24.3 or above
21-
* A Capital instance
21+
* A Capital instance, with licensed Capital Integration Server (CIS) enabled and running
2222

2323
### Dependencies {#dependencies}
2424

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
3434
- We fixed an issue where scheduled events with "On overlap" configured as "Delay next" would cause a lot of "Skipping the update of ScheduledEvent because it's running; retrying in 7 seconds." log messages, if the application was started with some time between the shutdown and the restart.
3535
- We fixed the issue that invalid sessions without an associated user were never removed from the database.
3636
- Only log 404 errors in development mode to reduce log noise in production environments. Server access logs should be used for 404 tracking in production.
37-
- We fixed a bug where the File Uploader wouldn't be clickable when nested in a container.
37+
- We fixed a bug where the File Uploader would not be clickable when nested in a container.
3838

3939
## 10.24.12 {#102412}
4040

@@ -43,14 +43,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
4343
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.12" text="Go to Marketplace" title="Download version 10.24.12 from the Marketplace" %}}
4444

4545
### Improvements
46-
4746
- We implemented a feature that allows filtering out spans by their name. For more information, see the [Testing](/refguide/tracing-in-runtime/#testing) section of *Tracing*.
4847
- The logout API in the new client `mx-api` now supports an optional params object with `reloadOnSuccess` flag. By default, `mx-api/logout` automatically reloads the page after a successful logout if you call it with no params object. If you pass a params object `{reloadOnSuccess: false}`, the automatic reload is disabled so you can implement your own custom logout flow and trigger reload yourself when needed.
4948
- We now log a warning when runtime operation parameters are missing during a database retrieval with an XPath constraint.
5049
This can happen, for example, when a nanoflow retrieve activity uses an XPath constraint that references an associated object that is not yet available in the nanoflow scope. In such cases, that would lead to unresolvable XPath. (Ticket 260339)
5150

5251
### Fixes
53-
5452
* We upgraded the JDBC driver for Microsoft SQL Server to version 12.8.2, because of [CVE-2025-59250](https://www.cve.org/CVERecord?id=CVE-2025-59250).
5553
* If you connect to SQL Server using integrated security in a module such as [Database Connector](https://marketplace.mendix.com/link/component/2888), you may need to update the JDBC driver in `userlib` as well.
5654
- We fixed an issue where OQL query parsing would fail if the query included a numeric WHEN clause without an accompanying ELSE condition. (Ticket 255719)

0 commit comments

Comments
 (0)