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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,28 +18,28 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
18
18
19
19
### Improvements
20
20
21
-
- When either the `X-Forwarded-Proto` or `X-Forwarded-Scheme` header is set to `http` cookies will now be set without the `secure` attribute, even if the `ApplicationRootUrl` is set to a secure URL.
21
+
* When either the `X-Forwarded-Proto` or `X-Forwarded-Scheme` header is set to `http`, cookies will now be set without the `secure` attribute, even if the `ApplicationRootUrl` is set to a secure URL.
22
22
23
23
### Fixes
24
24
25
-
- We fixed an issue that could result in the error "Duplicate objects are not allowed" in the console log when synchronizing offline. Please note that the root cause of this issue is the use of background synchronization, which is [not recommended for offline apps](/refguide/synchronize/#background-sync). (Ticket 235130, 251202)
26
-
- We fixed an issue in published OData services where requests that filtered based on associated data combined with 'and' would receive a response containing data that did not match the filter (Ticket 241825).
27
-
- We fixed an issue where retrieving from database in nanoflows failed when using many-to-many associations with XPath constraint going over an association. (Ticket 253996)
28
-
- We fixed an issue where an expression could not be set when the number of available variables was too large, causing the variable list to expand and block access to the expression editor. (Ticket 254957)
29
-
- We fixed an issue where an **Oops** pop-up window was displayed when the page variables button was clicked in structure mode for a page template. (Ticket 255394)
30
-
- We fixed an issue where the combo box widget failed to render when the **Store** value is configured with a page or snippet variable. (Ticket 256493)
31
-
- We fixed an error where apps would attempt to clear their local cache while developing locally when not running in a secure context (such as **localhost**). (Ticket 257026)
32
-
- We fixed an issue where doing a hot reload while using the React client would lead the to deployment spinner spinning infinitely in some projects. (Tickets 257026, 257859)
33
-
- We fixed an issue where a foreign key constraint violation in the database could result in a `NullPointerException`. (Ticket 258430)
34
-
- We fixed an issue where some customers experienced problems logging into their native mobile apps after upgrading to Studio Pro 10.24. The app would enter an authentication loop and return the error: *Could not create a session because the server responded with 401 (Unauthorized)*. (Ticket 258696)
35
-
- We fixed an issue where passing an empty enumeration value to a microflow executed in a task queue would cause the execution to fail. (Ticket 259170)
36
-
- We fixed an issue where data grid action buttons with empty parameters would cause runtime errors when calling microflows.
37
-
- We fixed an issue for export mappings where a user would clear a checkbox in the 'Select schema elements' tree structure, but not all children elements were deselected.
38
-
- We fixed an issue where a *404 - file not found for file: .well-known%2Fappspecific%2Fcom.chrome.devtools.json* error was shown in the Studio Pro console when opening a React app in Chrome with dev tools open. This error was caused by Chrome's automatic workspace folders feature.
39
-
- We fixed an issue with the client parser API where the `groups` option would also require the `places` option.
40
-
- We fixed an issue where previous pages would not load in the React client after closing a page that was opened from a pop-up window.
41
-
- We fixed an issue where a *Manifest: unknown 'display' value ignored* warning was shown in the browser console when opening a non-PWA React app.
42
-
- We fixed an issue where pages with a mix of persistent and non-persistent entity parameters did not load properly the first time.
25
+
* We fixed an issue that could result in the error *Duplicate objects are not allowed* in the console log when synchronizing offline. Please note that the root cause of this issue is the use of background synchronization, which is [not recommended for offline apps](/refguide/synchronize/#background-sync). (Ticket 235130, 251202)
26
+
* We fixed an issue in published OData services where requests that filtered based on associated data combined with 'and' would receive a response containing data that did not match the filter. (Ticket 241825)
27
+
* We fixed an issue where retrieving from database in nanoflows failed when using many-to-many associations with XPath constraint going over an association. (Ticket 253996)
28
+
* We fixed an issue where an expression could not be set when the number of available variables was too large, causing the variable list to expand and block access to the expression editor. (Ticket 254957)
29
+
* We fixed an issue where an **Oops** pop-up window was displayed when the page variables button was clicked in structure mode for a page template. (Ticket 255394)
30
+
* We fixed an issue where the combo box widget failed to render when the **Store** value is configured with a page or snippet variable. (Ticket 256493)
31
+
* We fixed an error where apps would attempt to clear their local cache while developing locally when not running in a secure context (such as **localhost**). (Ticket 257026)
32
+
* We fixed an issue where doing a hot reload while using the React client would lead the to deployment spinner spinning infinitely in some projects. (Tickets 257026, 257859)
33
+
* We fixed an issue where a foreign key constraint violation in the database could result in a `NullPointerException`. (Ticket 258430)
34
+
* We fixed an issue where some customers experienced problems logging into their native mobile apps after upgrading to Studio Pro 10.24. The app would enter an authentication loop and return the error: *Could not create a session because the server responded with 401 (Unauthorized)*. (Ticket 258696)
35
+
* We fixed an issue where passing an empty enumeration value to a microflow executed in a task queue would cause the execution to fail. (Ticket 259170)
36
+
* We fixed an issue where data grid action buttons with empty parameters would cause runtime errors when calling microflows.
37
+
* We fixed an issue for export mappings where a user would clear a checkbox in the 'Select schema elements' tree structure, but not all children elements were deselected.
38
+
* We fixed an issue where a *404 - file not found for file: .well-known%2Fappspecific%2Fcom.chrome.devtools.json* error was shown in the Studio Pro console when opening a React app in Chrome with dev tools open. This error was caused by Chrome's automatic workspace folders feature.
39
+
* We fixed an issue with the client parser API where the `groups` option would also require the `places` option.
40
+
* We fixed an issue where previous pages would not load in the React client after closing a page that was opened from a pop-up window.
41
+
* We fixed an issue where a *Manifest: unknown 'display' value ignored* warning was shown in the browser console when opening a non-PWA React app.
42
+
* We fixed an issue where pages with a mix of persistent and non-persistent entity parameters did not load properly the first time.
0 commit comments