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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ weight: 76
10
10
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
-
14
13
## 10.24.15 {#102415}
15
14
16
15
**Release date: February , 2026**
@@ -22,20 +21,20 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
22
21
- We have improved the performance of session cleanup.
23
22
24
23
### Fixes
25
-
24
+
25
+
- We fixed an issue where System.UserRole's Description attribute is not readable when it should be. (Ticket 259857)
26
+
- We fixed an issue where the short revision hash of the commit was being sent when deploying a package. (Ticket 264621, Ticket 266012)
26
27
- We fixed an issue in offline apps that could result in errors like "[Synchronization] SQLiteError: table mx10414574138294561$_guidToTable has no column named inaccessibleAttrs" by ensuring database migrations happen properly for all users in the client database. (Tickets 264910, 265393, 269740)
28
+
- In the logic editors, we fixed an issue when extracted microflow did not have all parameters for newly created activity. (Ticket 265542).
27
29
- We fixed an issue with the [tab container](/refguide10/tab-container/) widget. It would reset to the first tab when returning to the page, causing data sources to reload unnecessarily and other tabs to be blocked. (Tickets 266083, 266090, 267249)
28
30
- We fixed an issue when the last attributes were cut-off in entity properties dialog. (Tickets 266554, 260953, 256106, 251278, 255882)
29
-
-In the logic editors, we fixed an issue when extracted microflow did not have all parameters for newly created activity. (Ticket 265542).
31
+
-We fixed an issue where an Import Mapping would not read JSON attribute values when a JSON attribute was preceded by another attribute with an attribute name that is a prefix. For example `StatusId` and `Status`. We also improved how JSON objects were read when one object name was a prefix of another object name. (Ticket 266571)
30
32
- In the logic editors, we fixed an issue when Show Message activity could have an empty caption after initial loading of the microflow. (Ticket 268024).
33
+
- We fixed an issue that caused setting the image of a building block to show an error dialog instead of resizing the image. (Ticket 268856)
31
34
- We fixed an issue in Maia chat causing it to crash when a studio pro version attribute was missing in a reference.
32
35
- We fixed scenarios in Android where navigating fields of a dataview, of different types, would not be possible using an external keyboard.
33
-
- We fixed an issue where an Import Mapping would not read JSON attribute values when a JSON attribute was preceded by another attribute with an attribute name that is a prefix. For example `StatusId` and `Status`. We also improved how JSON objects were read when one object name was a prefix of another object name. (Ticket 266571)
34
-
- We fixed an issue that caused setting the image of a building block to show an error dialog instead of resizing the image. (Ticket 268856)
35
-
- We fixed an issue where System.UserRole's Description attribute is not readable when it should be. (Ticket 259857)
36
36
- We now parse StdOut and StdError streams separately when call git process. This improves stability of git operations.
37
-
- We fixed an issue where the short revision hash of the commit was being sent when deploying a package. (Ticket 264621, Ticket #266012)
38
-
- Fixed an issue during local development where system texts would not be updated in the application when hot-reloading. They are now correctly updated without the need to fully restart the server.
37
+
- We fixed an issue during local development where system texts would not be updated in the application when hot-reloading. They are now correctly updated without the need to fully restart the server.
0 commit comments