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/11/11.2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ weight: 99
41
41
- We fixed an issue where the **Back** and **Forward** navigation feature did not work with styling-related files. (Ticket 252248)
42
42
- We fixed an issue that prevented updated workflows from being queued for execution when Mendix Runtime crashed during startup. (Ticket 253424)
43
43
- We fixed an issue where some log nodes were not be available in the **Set Log Levels** dialog when running a Mendix app locally from Studio Pro. (Tickets 255330, 255510, 255776)
44
+
- We fixed an issue in Import Mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
44
45
- We fixed an issue where an enumeration with a value or a caption set to `com` resulted in a compilation error when you tried running the app. We have also added this to the [reserved words](/refguide/enumerations/#name) list. (Ticket 255976)
45
46
- We added the refresh functionality for the Marketplace content when a session times out. The reload button will now close the details page and refresh the search tab view to ensure the latest information is displayed.
46
47
- We resolved an issue where a view entity, when loaded without entity access, would throw an exception if it was used in a context requiring entity access.
@@ -49,7 +50,6 @@ weight: 99
49
50
- We fixed an issue in offline synchronization (using the **Synchronize unsynchronized objects** and **Synchronize all** actions) that resulted in error log statements and **System.SynchronizationError** objects containing a text **Changing member failed for security reasons, no write access for changed member**. That was caused by the offline client trying to synchronize a change for a member that was inaccessible by that user.
50
51
- We fixed an issue where two different error messages overlapped in the **Choose Branch line** pane after signing in and out.
51
52
- We fixed an issue where Studo Pro crashed due to an XPath constraint being too long or complex to parse correctly. Now a consistency error message is shown instead.
52
-
- We fixed an issue in **Import Mapping** document where values inside folded objects were not correctly parsed to a mapped attribute, resulting in empty values.
53
53
- We fixed an issue that prevented line breaks from being added to the body editor of POST requests in Consumed REST Service documents.
54
54
- We fixed an issue in external OData entity's object initialization where specifying the value for a key via a microflow expression failed.
55
55
- We fixed an issue where the XPath aggregate function `sum` returned `0` for an empty result because the name was case-sensitive.
0 commit comments