Skip to content

Commit bb2a376

Browse files
committed
reorder fixes
1 parent 522542b commit bb2a376

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

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

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ weight: 76
1010
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
1111
{{% /alert %}}
1212

13-
1413
## 10.24.15 {#102415}
1514

1615
**Release date: February , 2026**
@@ -22,20 +21,20 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
2221
- We have improved the performance of session cleanup.
2322

2423
### 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)
2627
- 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).
2729
- 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)
2830
- 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)
3032
- 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)
3134
- We fixed an issue in Maia chat causing it to crash when a studio pro version attribute was missing in a reference.
3235
- 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)
3636
- 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.
3938

4039
## 10.24.14 {#102414}
4140

0 commit comments

Comments
 (0)