You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.24.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,16 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
31
31
- 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.
32
32
- We improved observability for retrieve and other runtime operations by including XPath constraints, entity paths, object types, and microflow names in OpenTelemetry span names.
33
33
- 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.
- 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)
41
41
- 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)
44
44
- We resolved an OS command injection vulnerability in the Git process runner reported by Veracode.
45
45
- We fixed an issue when using the Rollup bundler with the React client.
0 commit comments