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.19.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ We added **View Entities** to the domain model editor. A view entity represents
98
98
* We fixed an issue in the serialization of the request body of Call REST actions that use a custom request template and Consumed REST operations that use a fixed string body. It now uses UTF-8 encoding instead of ISO-8859-1. (Ticket 235194)
99
99
* We fixed an issue where apps using the Dojo client broke due to browser extensions injecting scripts into the page. (Ticket 236663)
100
100
* We fixed an error in XPath constraint processing for the web client, that caused a *System.ArgumentException: QueryConstraint not found* exception in Studio Pro. (Ticket 236719)
101
+
* In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994)
102
+
* In the logic editors, we fixed the issue where the naming dialog box did not appear when creating a microflow. (Tickets 237359, 238996, 239000)
101
103
* We fixed an issue in the task validation at the startup, which marked pending tasks with microflow arguments as *Incompatible*. (Tickets 237616, 238191)
102
104
* We fixed the case where the Offline Database was not properly cleaned after sign out operation. (Ticket 237830)
103
105
* We fixed the validation of pending tasks from a previous deployment, which failed in case there were optional microflow parameters.
@@ -118,7 +120,6 @@ We added **View Entities** to the domain model editor. A view entity represents
118
120
* We fixed an issue in the error details reported by published OData services. For errors containing more than one error detail, such as when a client inserts an object with multiple required attributes missing from the request body, the order in which these details were produced was inconsistent. This inconsistency meant that changing the runtime version could alter the order.
119
121
* In the logic editors, we fixed an **Oops** pop-up window that sometimes occurred when deleting a microflow or nanoflow.
120
122
* In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops.
121
-
* In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action.
122
123
* We fixed an issue where Java actions instantiated in the wrong class loader. This caused a problem where user Java dependencies could not be accessed in static blocks in Java actions.
123
124
* We fixed an issue where if the application failed to reload, it did not restart.
124
125
* We fixed an issue with the <kbd>Edit</kbd>/<kbd>Delete</kbd> buttons in the **Jar Dependency Exclusion** dialog box, these buttons caused an error if the list was empty.
0 commit comments