Skip to content

Commit 230af9d

Browse files
authored
Merge pull request mendix#10360 from NammNguyen/AIM-2859-update-grouping-documentation
Update documentation on delete behavior of groups
2 parents e95ce58 + a64499e commit 230af9d

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

content/en/docs/developerportal/app-insights/feedback.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ On the **Groups** tab, you can open group details by clicking the group in the l
133133
The following options are available:
134134

135135
* **Ungroup** – Ungroup all feedback in the group. This action does not delete the group.
136-
* **Delete Group** – Delete the group and all feedback within it. This action is destructive and, once you delete a group with feedback, the feedback is also deleted.
136+
* **Delete Group** – Delete the group.
137+
{{% alert color="warning" %}}<ul><li>This action is destructive and, once you delete a group, all metadata belonging to the group is also deleted.</li> <li>The feedback within the group is not deleted.</li></ul>{{% /alert %}}
137138
* **Group Name** – The name of the group, which you can edit by clicking it.
138139
* **Description** – The description of the group.
139140
* **Tags** – Any tags assigned to the group.

content/en/docs/releasenotes/developer-portal/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat
2121

2222
## 2025
2323

24+
### December 4
25+
26+
#### Improvements
27+
28+
* We have changed the behavior of deleting [feedback](/developerportal/app-insights/feedback/) groups. Now, when you delete a feedback group, the group itself is deleted, but the feedback included in it is not.
29+
30+
#### Fixes
31+
32+
* We have fixed an issue where clicking through the [Feedback](/developerportal/app-insights/feedback/) page would sometimes result in errors.
33+
* We have fixed an issue where you were no longer notified of newly received feedback items.
34+
2435
### October 30
2536

2637
#### New Features

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1010
</li>
1111
<li class="lp-panel-list">
1212
<a href="/releasenotes/developer-portal/">Apps</a>
13-
<p class="rn-date">October 30, 2025</p>
13+
<p class="rn-date">December 4, 2025</p>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>

0 commit comments

Comments
 (0)