From 517b2506ebca8b6d35819e53d3f474ec5ef31f11 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 20 Aug 2026 10:26:32 +0200 Subject: [PATCH 1/3] Added ticket numbers to customer-reported issues solved in PMP 2.8 --- .../en/docs/releasenotes/private-platform/2.8.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/releasenotes/private-platform/2.8.md b/content/en/docs/releasenotes/private-platform/2.8.md index 476e121a712..b97330290af 100644 --- a/content/en/docs/releasenotes/private-platform/2.8.md +++ b/content/en/docs/releasenotes/private-platform/2.8.md @@ -62,14 +62,14 @@ privatecloud-license-manager:0.11.1 #### Fixes * (General) We have fixed an issue where it was impossible to select the user role when creating a local user during Private Mendix Platform installation. -* (General) We have solved an issue where unauthorized users could access Environment Details through the URL. -* (General) We have solved an issue where adding a user that was not a member of a group, resulted in a notification stating that the user would inherit roles. -* (General) We have solved an issue where changing user role resulted in a notification stating that the user was removed. -* (General) We have solved an issue which made it impossible to create a Set Constants role with specific permissions, even when no such role already existed. -* (General) We have fixed an issue where direct group memberships were lost when a group was moved in group hierarchy. -* (General) We have solved an issue where, after ownership was transferred away from a user that only had the direct Owner resource role, the old owner account would remain a member of the project with an unknown role and group. -* (General) We have improved the approve, decline, and delete behavior for Marketplace content. -* (General) We have resolved an issue where users outside a group could still see and download the content owned by the group. +* (General) We have solved an issue where unauthorized users could access Environment Details through the URL. (Ticket 283510) +* (General) We have solved an issue where adding a user that was not a member of a group resulted in a notification stating that the user would inherit roles. (Ticket 283490) +* (General) We have solved an issue where changing user role resulted in a notification stating that the user was removed. (Ticket 283488) +* (General) We have solved an issue which made it impossible to create a Set Constants role with specific permissions, even when no such role already existed. (Ticket 283486) +* (General) We have fixed an issue where direct group memberships were lost when a group was moved in group hierarchy. (Ticket 281602) +* (General) We have solved an issue where, after ownership was transferred away from a user that only had the direct Owner resource role, the old owner account would remain a member of the project with an unknown role and group. (Ticket 283948) +* (General) We have improved the approve, decline, and delete behavior for Marketplace content. (Ticket 281945) +* (General) We have resolved an issue where users outside a group could still see and download the content owned by the group. (Ticket 281940) * (General) We have fixed some CVEs related to the following: * Svix From b4b5bca163aa73849fa2e3b4305917d372bae09a Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Thu, 20 Aug 2026 13:20:40 +0200 Subject: [PATCH 2/3] Added items which were not originally included in the release checklist --- content/en/docs/releasenotes/private-platform/2.8.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/docs/releasenotes/private-platform/2.8.md b/content/en/docs/releasenotes/private-platform/2.8.md index b97330290af..88a909a64e0 100644 --- a/content/en/docs/releasenotes/private-platform/2.8.md +++ b/content/en/docs/releasenotes/private-platform/2.8.md @@ -61,6 +61,16 @@ privatecloud-license-manager:0.11.1 #### Fixes +* (API) We have solved an issue where API calls to the RepositoryService would result in *401 - Authentication* errors despite PAT being issued for all scopes. (Ticket 283707) +* (API) We have removed the *400 - Invalid Project Id* response example from the list of response examples for the Project creation POST API. (Ticket 283464) +* (API) We have fixed an issue with the DeployService API, where attempting to change the app URL would result in a *400 - Bad Request* error. (Ticket 283711) +* (API) We have fixed an issue with the GroupService API, where attempting to list all groups for the current user would result in a *404 - Not Found* error. (Ticket 283352) +* (General) We have fixed an issue where cancelling changes from the **Details** panel would result in the creation of an empty object. +* (General) We have fixed an issue where it was impossible to give a role permissions to set Custom Runtime Settings. (Ticket 283684) +* (General) We have fixed an issue where Custom Runtime Settings would still show in the UI, despite the user lacking the required permissions. (Ticket 283684) +* (General) The Activity Logs now track changes made in Role Management, Role Assignments, and Group Management. (Ticket 283918) +* (General) We have solved an issue where failed deployments did not show as failed. (Ticket 280980) +* (General) * (General) We have fixed an issue where it was impossible to select the user role when creating a local user during Private Mendix Platform installation. * (General) We have solved an issue where unauthorized users could access Environment Details through the URL. (Ticket 283510) * (General) We have solved an issue where adding a user that was not a member of a group resulted in a notification stating that the user would inherit roles. (Ticket 283490) From a2e46c1ff4d7730665be4f5eb2ee03e45d7a985b Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:23:40 +0200 Subject: [PATCH 3/3] Fix typo in release notes for version 2.8 --- content/en/docs/releasenotes/private-platform/2.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/private-platform/2.8.md b/content/en/docs/releasenotes/private-platform/2.8.md index 88a909a64e0..9ecb66d8fde 100644 --- a/content/en/docs/releasenotes/private-platform/2.8.md +++ b/content/en/docs/releasenotes/private-platform/2.8.md @@ -65,7 +65,7 @@ privatecloud-license-manager:0.11.1 * (API) We have removed the *400 - Invalid Project Id* response example from the list of response examples for the Project creation POST API. (Ticket 283464) * (API) We have fixed an issue with the DeployService API, where attempting to change the app URL would result in a *400 - Bad Request* error. (Ticket 283711) * (API) We have fixed an issue with the GroupService API, where attempting to list all groups for the current user would result in a *404 - Not Found* error. (Ticket 283352) -* (General) We have fixed an issue where cancelling changes from the **Details** panel would result in the creation of an empty object. +* (General) We have fixed an issue where canceling changes from the **Details** panel would result in the creation of an empty object. * (General) We have fixed an issue where it was impossible to give a role permissions to set Custom Runtime Settings. (Ticket 283684) * (General) We have fixed an issue where Custom Runtime Settings would still show in the UI, despite the user lacking the required permissions. (Ticket 283684) * (General) The Activity Logs now track changes made in Role Management, Role Assignments, and Group Management. (Ticket 283918)