Skip to content

Commit c3b9d44

Browse files
author
Adam Dupaski
authored
Fix links
1 parent d635c9c commit c3b9d44

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

content/en/docs/releasenotes/studio-pro/9/9.24.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
3838

3939
### Improvements
4040

41-
* We improved the resizing behavior of the [End Event](/refguide/end-event/) and [Decision](/refguide/decision/) dialog boxes in the microflow editor.
41+
* We improved the resizing behavior of the [End Event](/refguide9/end-event/) and [Decision](/refguide9/decision/) dialog boxes in the microflow editor.
4242
* We added a log message to indicate that the Mendix Runtime shutdown was requested through `ShutdownAction`.
4343

4444
### Fixes
4545

4646
* We fixed an issue where a text area ignored a value autofilled in Google Chrome. (Ticket 176195)
47-
* We fixed an issue that caused the [Batch Update Button Icons](/refguide/app-menu/#batch-update-button-icons) dialog box to throw an exception. This includes addressing the scenario of adding an extra native icon selector when there are native documents and the selected icon is not supported on native. (Ticket 191511)
47+
* We fixed an issue that caused the [Batch Update Button Icons](/refguide9/app-menu/#batch-update-button-icons) dialog box to throw an exception. This includes addressing the scenario of adding an extra native icon selector when there are native documents and the selected icon is not supported on native. (Ticket 191511)
4848
* We fixed an issue in the `$metadata` of published OData services using OData v3 where a self-referencing association resulted in two roles with the same name. (Ticket 193467).
4949
* We fixed an issue where setting a new AuthToken was not applied until the native app was restarted. (Ticket 195005)
50-
* We fixed an issue where it was not possible to use the [constrained by](/refguide/reference-selector/#selectable-objects) functionality with the [reference selector](/refguide/reference-selector/) and [input reference set selector](/refguide/input-reference-set-selector/) widgets when the configured attribute path did not start from the direct enclosing data container.
51-
* We fixed a crash that occurred when selecting **Edit** > [Find Usages](/refguide/find-and-find-advanced/#find-usages).
50+
* We fixed an issue where it was not possible to use the [constrained by](/refguide9/reference-selector/#selectable-objects) functionality with the [reference selector](/refguide9/reference-selector/) and [input reference set selector](/refguide9/input-reference-set-selector/) widgets when the configured attribute path did not start from the direct enclosing data container.
51+
* We fixed a crash that occurred when selecting **Edit** > [Find Usages](/refguide9/find-and-find-advanced/#find-usages).
5252
* We fixed an issue where the grid control did not highlight the selected row.
5353

5454
### Deprecations
@@ -108,7 +108,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
108108
* We fixed accessibility issues affecting data grid filters and the search bar in the list view widget.
109109
* We fixed an issue related to the accessibility of input labels in login widgets.
110110
* We fixed an issue that caused an error message to be shown when closing a dialog box.
111-
* We fixed an issue affecting [text boxes](/refguide/text-box/) where the <kbd>Enter</kbd> key-press event was called from pop-up windows, which caused unexpected behavior.
111+
* We fixed an issue affecting [text boxes](/refguide9/text-box/) where the <kbd>Enter</kbd> key-press event was called from pop-up windows, which caused unexpected behavior.
112112

113113
## 9.24.4 {#9244}
114114

@@ -140,7 +140,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
140140
* We fixed an issue where the compilation of Java actions failed when annotation processors were used. (Ticket 186516)
141141
* We fixed an issue that allowed for adding custom icons to native pages, as native pages do not support custom icons. (Ticket 186783)
142142
* We fixed an issue where Studio Pro crashed if you accidentally dropped a container widget onto itself. (Ticket 189191)
143-
* We fixed an issue that caused the warning pop-up window for the [inline snippet](/refguide/snippet-call/#inline-snippet) action to mention the same affected widget multiple times.
143+
* We fixed an issue that caused the warning pop-up window for the [inline snippet](/refguide9/snippet-call/#inline-snippet) action to mention the same affected widget multiple times.
144144
* We fixed an issue that caused the inline snippet action to crash if the surrounding data widget was not configured.
145145
* We fixed an issue where a page parameter triggered a warning that it was unused if the only reference to that parameter was inside an XPath constraint.
146146
* We fixed an issue where a page parameter did not trigger a warning that it was unused if the parameter mapping of an action or data source pointed to an object of the same entity as the parameter.
@@ -185,11 +185,11 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
185185
* We fixed an issue with dojo widgets that was causing custom icon collections not to work. (Ticket 183996)
186186
* We fixed the colors of the term `empty` and the symbol `-` in the XPath constraint editor. (Ticket 183998).
187187
* We fixed an issue in published REST services where publishing two REST services on the same location caused a consistency error. (This was not a problem where services did not publish resources and operations that resulted in the same operation URL.) (Tickets 185087, 185423)
188-
* We fixed an issue that caused the warning pop-up window for the [inline snippet](/refguide/snippet-call/#inline-snippet) action to mention the same affected widget multiple times.
188+
* We fixed an issue that caused the warning pop-up window for the [inline snippet](/refguide9/snippet-call/#inline-snippet) action to mention the same affected widget multiple times.
189189
* We fixed an issue that caused the inline snippet action to crash if the surrounding data widget was not configured.
190190
* We fixed an issue where a page parameter triggered a warning that it was unused if the only reference to that parameter was inside an XPath constraint.
191191
* We fixed an issue where a page parameter did not trigger a warning that it was unused if the parameter mapping of an action or data source pointed to an object of the same entity as the parameter.
192-
* We fixed an issue with the **Drop-down** search field in the [data grid](/refguide/data-grid/) widget where the search field did not work correctly with numeric attributes when **Allow multi-select** was set to **Yes**.
192+
* We fixed an issue with the **Drop-down** search field in the [data grid](/refguide9/data-grid/) widget where the search field did not work correctly with numeric attributes when **Allow multi-select** was set to **Yes**.
193193
* We fixed an issue that occurred when the **Commit Message** field was not focused upon opening the **Commit** dialog box.
194194
* We fixed an issue where expressions in pluggable widgets were not updated correctly when renaming an element (like a module or an entity), which caused consistency errors.
195195
* We fixed an issue in the OpenAPI contract of published OData services where the server URL contained a double slash.
@@ -367,7 +367,7 @@ We made a major update to your business events modelling experience:
367367
* Oracle 21c
368368
* PostgreSQL 15
369369
* Studio Pro now builds apps using Gradle. You can switch back to Ant if you disable building using Gradle in [Preferences](/refguide9/preferences-dialog/#gradle).
370-
* We added a button to the **Open App** dialog box that opens the [Open App](/refguide/open-app-dialog/) documentation.
370+
* We added a button to the **Open App** dialog box that opens the [Open App](/refguide9/open-app-dialog/) documentation.
371371
* We now provide more accurate drag-and-drop feedback on domain model and navigation editors, and we fixed the incorrect feedback for a few controls.
372372
* We updated the data grid and tree controls to allow for scrolling the containing dialog box using the mouse wheel when the cursor is over the controls and the controls do not have a vertical scroll-bar.
373373
* We improved the resizing behavior of the **Entity Access Rules** dialog box so that the **Documentation** field no longer takes a lot of space. Instead, the grid with **Member Rights** settings adjusts itself to the available space.

0 commit comments

Comments
 (0)