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.18.md
+21-23Lines changed: 21 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,32 +18,30 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for
18
18
19
19
### Improvements
20
20
21
-
- We now use generated bom-refs for managed dependencies in the SBOM.
22
-
- We improved the performance of published OData services that use a Read microflow. When the client requests to expand associations, the runtime now performs a database query per association, rather than per object (Ticket 234607).
21
+
- We now use generated BOM-refs for managed dependencies in the SBOM.
22
+
- We improved the performance of published OData services that use a **Read** microflow. When the client asks to expand associations, the runtime now performs a database query per association, rather than per object. (Ticket 234607)
23
23
24
24
### Fixes
25
25
26
-
- We fixed an issue in the task validation at startup, which could mark pending tasks with microflow arguments as Incompatible. (ticket 237616, 238191)
27
-
- We fixed an issue in the Microflow editor where a Maia recommendation wasn't placed correctly.
28
-
- In the logic editors, we disallow creating variable names that clash with predefined variables, e.g. '$CurrentUser' (Ticket #225275)
29
-
30
-
- We fixed an issue where you could configure the [default tab attribute](/refguide/tab-container/#attribute) with a page parameter resulting in a deployment error. The selector of this attribute will no longer allow selecting a page variable directly, but the attribute must be accessed via a data view.
31
-
- We fixed an issue where the [default tab attribute](/refguide/tab-container/#attribute) was not being properly validated and could lead to incorrect behavior during deployment or at runtime. These scenarios are now correctly checked and result in a consistency error.
32
-
- We fixed an issue where a number for the [default tab attribute](/refguide/tab-container/#attribute) larger than the number of tabs resulted in an error when rendering the tab container.
33
-
- We resolved a potential crash when working with the clipboard in Studio Pro. (Ticket 240122)
34
-
- We fixed an issue where closing the beta version of the Mapping Editor would show an error.
35
-
- We fixed an issue where retrieving an external entity with a non-sortable key attribute would result in an error. (Ticket 236093)
36
-
- We fixed an issue where an Oops dialog was shown while setting 'None' for a text template parameter.
37
-
- We fixed an issue where structure mode could go blank after making changes, or could show an Oops dialog mentioning 'no undo context'. (Ticket #239410)
38
-
- We fixed an issue in external entities that have an unlimited string as part of their key. Studio Pro supports this as long as you set a maximum length on the attribute. Upgrading an app to version 10.12.11 or later would cause the runtime to not be able to start because it detected a change in the length of the database column. Now the app starts without changing the length of the database column (Ticket 239892).
39
-
- We have fixed an issue that caused the loss of the bottom bar when the user is using Nanaflow based homepages with clear history. (Ticket #240586)
40
-
41
-
- We fixed an issue with batch text translations and widgets: After a translation widgets would prompt to be updated. Doing so would result in some translations being reset. (Ticket 233401)
42
-
- We've fixed the issue for pull operation when PMP configuration setup.
43
-
- We fixed the progressive web app (PWA) install prompt incorrectly appearing for non-PWA apps on Chrome. (Ticket 230439)
44
-
45
-
- We fixed an issue where attempting to convert nanoflow or microflow in the system module resulted in an error. This option is now disabled for system module.
46
-
- We fixed an issue where certain JavaScript actions that are meant for both web and native platforms would fail to bundle when using the React client.
26
+
- We fixed an issue in the task validation at startup, which marked pending tasks with microflow arguments as incompatible. (Tickets 237616, 238191)
27
+
- We fixed an issue in the microflow editor where a Maia recommendation was not placed correctly.
28
+
- In the logic editors, we disallow creating variable names that clash with predefined variables, e.g. '$CurrentUser'. (Ticket 225275)
29
+
- We fixed the following issues affecting [tab attributes](/refguide/tab-container/#attribute):
30
+
- We fixed an issue where configuring the default tab attribute with a page parameter resulted in a deployment error. The selector of this attribute no longer allows selecting a page variable directly. Now, the attribute must be accessed via a data view.
31
+
- We fixed an issue where the default tab attribute was not being properly validated, and thus lead to incorrect behavior during deployment or at runtime. These scenarios are now correctly checked, and if applicable result in a consistency error.
32
+
- We fixed an issue where a number for the default tab attribute larger than the number of tabs resulted in an error when rendering the tab container.
33
+
- We fixed an issue where Studio Pro crashed when working with the clipboard. (Ticket 240122)
34
+
- We fixed an issue where closing the beta version of the Mapping editor showed an error.
35
+
- We fixed an issue where retrieving an external entity with a non-sortable key attribute resulted in an error. (Ticket 236093)
36
+
- We fixed an issue where an **Oops** pop-up window was shown while setting *None* for a text template parameter.
37
+
- We fixed an issue where structure mode wenr blank after making changes, or showed an **Oops** pop-up window mentioning *no undo context*. (Ticket 239410)
38
+
- We fixed an issue in external entities that have an unlimited string as part of their key. Studio Pro supports this as long as you set a maximum length on the attribute. Upgrading an app to version 10.12.11 or above caused the runtime to not be able to start because it detected a change in the length of the database column. Now the app starts without changing the length of the database column. (Ticket 239892)
39
+
- We have fixed an issue that caused the bottom bar to disappear when a user was using nanoflow-based homepages with clear history. (Ticket 240586)
40
+
- We fixed an issue with batch text translations and widgets: after translation widgets were prompted to be updated, this resulted in some translations being reset. (Ticket 233401)
41
+
- We fixed the issue with the pull operation when setting up the PMP configuration.
42
+
- We fixed an issue where Chrome incorrectly displayed a prompt to install a progressive web app (PWA) for non-PWA apps. (Ticket 230439)
43
+
* We fixed an issue where attempting to convert nanoflow or microflow in the System module resulted in an error. This option is now disabled for the System module.
44
+
- We fixed an issue where certain JavaScript actions that were meant for both web and native platforms failed to bundle when using the React client.
0 commit comments