Skip to content

Commit 3d71e29

Browse files
committed
edit
1 parent 274fcad commit 3d71e29

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
3131
- Runtime nodes now automatically shut down when heartbeat updates fail or when the node's database entry is missing, improving cluster reliability and preventing orphaned nodes.
3232
- We improved observability for retrieve and other runtime operations by including XPath constraints, entity paths, object types, and microflow names in OpenTelemetry span names.
3333
- We clean up duplicate cluster management tasks during startup.
34-
- We added themecache.css files to .gitignore to reduce conflicts when edited by multiple users.
35-
- We added temporary Java files to .gitignore to reduce conflicts when edited by multiple users.
34+
- We added *themecache.css* files to *.gitignore* to reduce conflicts when edited by multiple users.
35+
- We added temporary Java files to *.gitignore* to reduce conflicts when edited by multiple users.
3636

3737
### Fixes
3838

3939
- We upgraded Netty dependencies to fix CVE-2026-42578, CVE-2026-42583, CVE-2026-42587, CVE-2026-42585, CVE-2026-42584, CVE-2026-42581, CVE-2026-42580, CVE-2026-41417, CVE-2026-42577, CVE-2026-42579. (Tickets 278202, 278290, 277691, 278290)
40-
- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error `"Element '…' cannot be checked without a checked child element."` when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403)
40+
- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error `"Element '…' cannot be checked without a checked child element."` when clicking **OK**. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403)
4141
- We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a combo box with a microflow, clearing the search string would trigger the error. (Ticket 271819)
42-
- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077)
43-
- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (Ticket 275109)
42+
- We fixed an issue where **Import** and **Cancel** buttons were not visible for certain resolutions and scalings. (Ticket 274077)
43+
- We fixed an issue where projects located in a folder whose name contained special characters (for example an `&`) would fail to run locally. (Ticket 275109)
4444
- We resolved an OS command injection vulnerability in the Git process runner reported by Veracode.
4545
- We fixed an issue when using the Rollup bundler with the React client.
4646

0 commit comments

Comments
 (0)