Skip to content

Commit 32e2a38

Browse files
Merge pull request #10987 from mendix/kk-linkfix-javaactions
fix link error
2 parents 7dd5f60 + 9a03467 commit 32e2a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po
5959
- We added `Core.addDevelopmentServlet` method that allows registering an `HttpServlet` instance that is accessible through admin port when the application is run locally using Studio Pro.
6060
- We added a nanoflow setting to align list parameter behavior with microflows, so that list changes made in a called nanoflow reflect in the caller. Existing nanoflows keep isolated list parameters but now show a deprecation warning: **"Switch to the new behavior to align with microflows"**.
6161
- We added the option to use primitive page parameters in page URLs. The syntax for this is the same as in microflow URLs.
62-
- We released a modernized JavaScript Action Editor into public beta. You can enable the new editor in Studio Pro under **Preferences** > **New features**. For more information, see [JavaScript Actions](refguide/javascript-actions/).
62+
- We released a modernized JavaScript Action Editor into public beta. You can enable the new editor in Studio Pro under **Preferences** > **New features**. For more information, see [JavaScript Actions](/refguide/javascript-actions/).
6363
- We added support for XPath constraints in nanoflow database retrieves to follow associations from a variable, so comparisons like `$var/Association = $var` now work.
6464
- We added a client API to activate a waiting service worker. You can now use `skipWaiting` from `mx-api/pwa`, which resolves once the new service worker takes control. This is useful when you want to update to a new application version without waiting for all tabs to close. To fully apply the update, the page should be reloaded so all resources are loaded from the new service worker.
6565
- Web Extensions can now raise consistency errors in MxBuild. This introduces Deno to the MxBuild tool chain. For troubleshooting details, see the *Troubleshooting* section of [MxBuild](/refguide/mxbuild/#troubleshooting).

0 commit comments

Comments
 (0)