Skip to content

Commit c58078c

Browse files
committed
edit language
1 parent 61b8d2e commit c58078c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/10

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
2424

2525
- **10.24.7 Fix** — We fixed a critical issue in 10.24.7 (only) where application startup would fail when upgrading a database originally created with a Mendix version before 10.17 and using foreign key constraints.
2626

27-
- We fixed an issue where changing MxAdmin user's name in Studio Pro does not result in changing MxAdmin user's name in database. (Ticket 255505)
27+
- We fixed an issue where changing a MxAdmin user's name in Studio Pro does not result in changing MxAdmin user's name in database. (Ticket 255505)
2828
- We fixed an issue where SVG images would load with incorrect dimensions. (Ticket 258901)
2929
- When using Oracle, we no longer use `dbms.lob_substr` in the generated SQL for enumeration attributes with values shorter than 2000 characters. (Ticket 259283)
30-
- We fixed an issue where database synchronization could fail on SQL Server when a specialization of `System.User` was removed and there was still an `owner` or `changedBy` reference from an instance of `System.User` or a different specialization of it to an instance of the specialization being removed.
31-
- We fixed an issue when saving a file, so that the suggested name would show as untitled.
32-
- We fixed an issue in Create Object Activity which would fail when creating an instance of a remote non-persistable entity in a microflow.
30+
- We fixed an issue where database synchronization failed on SQL Server when a specialization of `System.User` was removed and there was still an `owner` or `changedBy` reference from an instance of `System.User` or a different specialization of it to an instance of the specialization being removed.
31+
* We fixed an issue affecting file saving which made named files appear untitled. Previewed file names now work as intended.
32+
- We fixed an issue in the Create object activity which would fail when creating an instance of a remote non-persistable entity in a microflow.
3333
- We fixed an issue in consumed REST services where choosing an OpenAPI contract without any operations would result in an error.
3434
- We fixed an issue where a warning was logged on startup about an already registered Jetty gauge when multiple listening addresses are specified. The connection metrics for Jetty are added per listening address and they now contain a tag `port` with the port number and a tag `host` if a host is specified. This is applicable to the metrics `jetty.connections.bytes.in`, `jetty.connections.bytes.out`, `jetty.connections.current`, `jetty.connections.max`, `jetty.connections.messages.in`, `jetty.connections.messages.out`, and `jetty.connections.request`. Be aware of the fact that there are usually two listening addresses when you specify **Open to current machine** for Runtime port security, for example 127.0.0.1 and ::1.
3535

0 commit comments

Comments
 (0)