Skip to content

Commit d9f8d7b

Browse files
committed
Move conditional edibility fixes and improvement
1 parent d62b514 commit d9f8d7b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

content/en/docs/releasenotes/studio-pro/11/11.8.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Maia Make is enabled by default. You can disable it in Studio Pro **Preferences*
6464
- We clarified an error message when cloning or checking out a branch into a directory with a long path.
6565
- We increased the width of scrollbars on editors and some of the panes to increase usability.
6666
- We improved the `Set all to` toggle in the entity access rules editor so that when some members have access rights and others do not, the toggle now disables all rights instead of enabling them. This prevents the `Write` toggle from unexpectedly affecting read access.
67+
- The consumed REST service editor in Studio Pro is now available in all languages that Studio Pro supports, not just English.
68+
6769

6870
#### Updated Language Codes for Hebrew and Indonesian
6971

@@ -85,15 +87,15 @@ This ensures your app uses the current ISO 639 standard and avoids future compat
8587
- We fixed an issue when Studio Pro was not able to find git after fresh installation if it was run from installer. (Tickets 232343, 232540, 232452, 234800, 231989)
8688
- We fixed an issue where when a document was modified in one source and deleted in another, user had no option to resolve a conflict by deleting the document during the combination process. (Ticket 263119)
8789
- We fixed an issue where an Oops dialog appeared with conditional editability settings when a page contains multiple widgets with the same name, for example as a side effect of a merge. (Ticket 264502)
90+
- We fixed an issue where an Oops dialog appeared with conditional editability settings when a widget referenced a default variable. (Ticket 270420)
91+
- We fixed an issue where an Oops pop-up window was displayed when a widget with a data source contained expressions referring to unavailable variables. (Ticket 270865)
8892
- 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)
8993
- We fixed the NullPointerException which occurred when a session token was being generated but the user name was changed in the meantime. (Ticket 265403)
9094
- In the logic editors, we fixed an issue where **Show Message** activity had an empty caption after initial loading of the microflow. (Ticket 268024).
9195
- We fixed an issue where signing in with incorrect credentials would throw an error in the client console instead of showing a validation message. This was caused by the Runtime not returning a 401 response for authentication failures. We also fixed the same issue for license-related errors where a 402 response was not being returned. (Ticket 268509)
9296
- 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)
9397
- In the logic editors, we fixed an issue when Extracting submicroflow the sequence flow in the original microflow had invalid condition value, and extracted microflow was missing one. (Ticket 269233)
9498
- We fixed an issue where a long-running after startup microflow caused other nodes to assume that the node had crashed. (Ticket 269993)
95-
- We fixed an issue where an Oops dialog appeared with conditional editability settings when a widget referenced a default variable. (Ticket 270420)
96-
- We fixed an issue where an Oops pop-up window was displayed when a widget with a data source contained expressions referring to unavailable variables. (Ticket 270865)
9799
- We fixed an issue where, when downloading a widget from the Marketplace or updating a widget via the widget updater, the widget MPK file would become corrupted. This corruption led to an error dialog appearing in Studio Pro when attempting to read the widget package. (Ticket 270889, 271134)
98100
- We fixed an issue where deleting an external object with a local association to it that uses the direct association storage format would fail with an exception.
99101
- We fixed an issue in workflow user tasks, where having no fallback outcome in majority or threshold criteria with a single outcome would prevent the runtime from starting.
@@ -111,7 +113,6 @@ This ensures your app uses the current ISO 639 standard and avoids future compat
111113
- We fixed scenarios in Android where navigating fields of a Dataview, of different types, was not possible using an external keyboard.
112114
- We fixed an issue in the **Call external action** activity in Studio Pro where resolving inconsistencies would clear additional attributes.
113115
- We fixed an issue in the OpenAPI documents of published REST services. The dates used in examples now use correct values.
114-
- The consumed REST service editor in Studio Pro is now available in all languages that Studio Pro supports, not just English.
115116
- We fixed `com.mendix.systemwideinterfaces.core.IUser::getUserName` which was always returning the user name at the time of login. It is now returning the actual user name after a cached session has been revalidated.
116117
- Resolved an OS command injection vulnerability in the Git process runner reported by Veracode.
117118
- We resolved an issue where partially cloned apps were mistakenly identified as fully cloned during the cloning process, potentially leading to a 128 error.

0 commit comments

Comments
 (0)