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.6.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ mts: true
19
19
20
20
#### Portable App Distribution (Beta)
21
21
22
-
Portable App Distribution revolutionizes server deployments and simplifies local testing by packaging applications as self-contained zip files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible HOCON-based configuration management for seamless operations across development, testing, and production environments. More insights or information, please see [documentation](update_link_here)
22
+
Portable App Distribution revolutionizes server deployments and simplifies local testing by packaging applications as self-contained zip files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible HOCON-based configuration management for seamless operations across development, testing, and production environments. For more information, see [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/)
23
23
24
24
### Improvements
25
25
@@ -51,10 +51,10 @@ Portable App Distribution revolutionizes server deployments and simplifies local
51
51
- The Workflow Commons module URL now correctly respects the `MarketplaceUrlP` configuration variable.
52
52
- We fixed an issue where the automatic update of conditional settings was not triggered correctly when using invalid local variables.
53
53
- We added a consistency error for invalid conditional settings at top-level widgets.
54
-
- We fixed an issue where 'access denied' exceptions could occur during rebase, merge, cherry-pick, revert, or feature branch merge operations.
54
+
- We fixed an issue where `access denied` exceptions could occur during rebase, merge, cherry-pick, revert, or feature branch merge operations.
55
55
- We fixed an issue where reversing an association’s direction via the context menu did not function correctly in the Domain Model editor.
56
-
- We fixed an issue with bundling of protected modules when used in App Modules, where it would not include JS Actions and other dependencies.
57
-
- We fixed an issue where a queued task that had become incompatible was not removed from the queue and would remain stuck with status "Running".
56
+
- We fixed an issue with bundling of protected modules when used in App Modules, where it would not include JavaScript actions and other dependencies.
57
+
- We fixed an issue where a queued task that had become incompatible was not removed from the queue and would remain stuck in **Running** status.
58
58
- We fixed an issue where synchronization would cause a scheduled event to be executed multiple times.
59
59
- We fixed an issue in the React client where popups would sometimes appear at the bottom of the screen instead of being centered.
60
60
- We fixed a race condition in the React client where focus could be unexpectedly removed from an element when a page finished loading. This issue occurred when a user had already focused an element before the page load completed. Additionally, autofocus now waits until all widgets on the page have fully loaded, ensuring the correct element receives focus.
0 commit comments