Skip to content

Commit b5bc268

Browse files
committed
Edit and order fixes
1 parent c72946a commit b5bc268

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

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

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

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

2525
### Fixes
2626

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.
3032
- 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.
3436
- 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.
3738
- We fixed an issue where using the offline web profile could cause errors when sessions were being cleaned up.
3839

39-
4040
## 10.6.18 {#10618}
4141

4242
**Release date: November 20, 2024**
@@ -51,7 +51,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
5151
### Fixes
5252

5353
* 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-
5554
* 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)
5655
* We fixed an issue where scheduled events stopped being rescheduled after database connection issues occurred. (Ticket 230873)
5756
* 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

Comments
 (0)