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.6.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
24
24
25
25
### Fixes
26
26
27
-
- We have improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that would occur when opening thousands of pages. (Ticket 232228)
28
-
- We fixed an exception (OOPS dialog) that occurs during a 'MouseUp' event in a data grid (when the user releases the mouse button over a grid or a tree, such as the 'App Explorer') - (Ticket #221458).
29
-
- We fixed Studio Pro freezes that might happen when editing pages.
27
+
28
+
- We fixed an exception (Oops dialog) that occurs during a 'MouseUp' event in a data grid (when the user releases the mouse button over a grid or a tree, such as in the **App Explorer**). (Ticket 221458)
29
+
- We fixed an issue where roles assigned to a user are ignored momentarily during runtime. (Ticket 221900)
30
+
- We improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that would occur when opening thousands of pages. (Ticket 232228)
31
+
- We fixed Studio Pro freezes that occured when editing pages.
30
32
- We fixed an error that could appear when selecting a Team Server App in the Branch Line Manager.
31
-
- We fixed an issue in the OpenApi 2.0 (swagger.json) document for published REST services, where operations that return an object using an export mapping based on an entity message definition would have and`xml` property in the response schema that should not have been there.
32
-
- We fixed an issue in consumed web services in Studio Pro, where some corrupted imported WSDL files would not only give a consistency error, but also an error popup.
33
-
- We fixed an issue in the call REST service and call web service activities in Studio Pro, where setting an empty timeout expression would give an error. Now it gives a consistency error.
33
+
- We fixed an issue in the OpenApi 2.0 (**swagger.json**) document for published REST services. Specifically, operations that return an object using an export mapping based on an entity message definition would have an`xml` property in the response schema that should not have been there.
34
+
- We fixed an issue in Studio Pro consumed web services where some corrupted imported WSDL files would not only give a consistency error, but also an error popup.
35
+
- We fixed an issue in the call REST service and call web service activities in Studio Pro where setting an empty timeout expression would give an error. Now it gives a consistency error.
34
36
- 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.
35
-
- Fixed several issues in the Offline Profile validations that could cause an Oops dialog to appear
36
-
- We fixed an issue where roles assigned to a user are ignored momentarily during runtime. (Ticket #221900)
37
+
- Fixed several issues in the Offline Profile validations that could cause an Oops dialog to appear.
37
38
- We fixed an issue where using the offline web profile could cause errors when sessions were being cleaned up.
38
39
39
-
40
40
## 10.6.18 {#10618}
41
41
42
42
**Release date: November 20, 2024**
@@ -51,7 +51,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
51
51
### Fixes
52
52
53
53
* We fixed an issue where a data validation error triggered on a rollback or a delete. We now remove data validation errors for objects that are rolled back or deleted. Any validation errors that you generate manually using a [validation feedback](/refguide/validation-feedback/) action will also be removed when an object is rolled back or deleted. (Ticket 192090)
54
-
55
54
* We fixed an issue in the Dojo client where a microflow using **Close all pages** activity followed by an **Open page** activity failed to open the page in specific situations after using the browser’s back button. (Ticket 229707)
56
55
* We fixed an issue where scheduled events stopped being rescheduled after database connection issues occurred. (Ticket 230873)
57
56
* We fixed an issue where a service worker in a PWA cached the *index.html*. This caused issues when a *new index.html* was generated, for instance, when migrating an application from the Dojo to the React client.
0 commit comments