Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions content/en/docs/releasenotes/private-platform/2.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,25 @@ 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 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)
* (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.
* (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
Expand Down