From 37b98ea6c59705837338ad14f364667052e1dae5 Mon Sep 17 00:00:00 2001 From: Luyao Zhang <83757403+Luyao-Zhang-1@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:44:13 +0200 Subject: [PATCH 1/3] Add deadline for migration --- content/en/docs/releasenotes/developer-portal/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/developer-portal/_index.md b/content/en/docs/releasenotes/developer-portal/_index.md index 94ab1330d64..24dc7380cd8 100644 --- a/content/en/docs/releasenotes/developer-portal/_index.md +++ b/content/en/docs/releasenotes/developer-portal/_index.md @@ -23,7 +23,7 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat #### Improvements -* We centralized the management of team app roles in [Control Center](/control-center/roles-and-permissions/#migrate-centralized-roles). This improves access governance across all Mendix applications and streamlines the setup process for app access. +* We centralized the management of team project roles in [Control Center](/control-center/roles-and-permissions/#migrate-centralized-roles). This improves access governance across all Mendix projects and streamlines the setup process for app access. Now you can migrate your project roles to the centralized project roles to benefit from this improvement. We expect you to complete the migration by January 1, 2025. * We made it possible for you to add external team members to your app via the [Projects API](https://docs.mendix.com/apidocs-mxsdk/apidocs/projects-api/). This mimics the functionality that is already in place through the user interface. #### Fixes From 400cdbd8add2c82b292b42035512603ad1c64a27 Mon Sep 17 00:00:00 2001 From: Luyao Zhang Date: Tue, 1 Oct 2024 15:47:41 +0200 Subject: [PATCH 2/3] Update roles-permissions.md --- content/en/docs/control-center/roles-permissions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/control-center/roles-permissions.md b/content/en/docs/control-center/roles-permissions.md index 5d801f9bcf2..6d776e3d656 100644 --- a/content/en/docs/control-center/roles-permissions.md +++ b/content/en/docs/control-center/roles-permissions.md @@ -32,6 +32,10 @@ Previously, project roles were managed at the individual project level. This all Mendix has now centralized project roles at the company level. To take advantage of this update, you just need to migrate all individual project roles to the new centralized project roles. This will enhance your ability to govern access across all Mendix projects and also enable the programmatic assignment of project roles via [the Mendix Projects API](/apidocs-mxsdk/apidocs/projects-api/). +{{% alert color="info" %}} +Mendix expects you to migrate to centralized company-level project roles by January 1, 2025. +{{% /alert %}} + ### How to Migrate? {{% alert color="warning" %}} From 38e3d358ca9a3884d68548d816edce1c837cdb76 Mon Sep 17 00:00:00 2001 From: Luyao Zhang Date: Tue, 1 Oct 2024 15:55:09 +0200 Subject: [PATCH 3/3] app -> project; add the deadline --- content/en/docs/releasenotes/control-center/_index.md | 2 +- content/en/docs/releasenotes/developer-portal/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/control-center/_index.md b/content/en/docs/releasenotes/control-center/_index.md index 08a21bbdc8a..b97955ee431 100644 --- a/content/en/docs/releasenotes/control-center/_index.md +++ b/content/en/docs/releasenotes/control-center/_index.md @@ -18,7 +18,7 @@ To see the current status of the Mendix Control Center, see [Mendix Status](http #### New Features -* We have centralized app team roles at the company level. This enhances your ability to govern access across all Mendix applications and also enables the programmatic assignment of app team roles via [the Mendix Projects API](/apidocs-mxsdk/apidocs/projects-api/). You can migrate the old app-level app team roles to centralized company-level app team roles on the [Roles & Permissions](/control-center/roles-and-permissions/#migrate-centralized-roles) page. +* We have centralized project roles at the company level. This enhances your ability to govern access across all Mendix projects and also enables the programmatic assignment of project roles via [the Mendix Projects API](/apidocs-mxsdk/apidocs/projects-api/). You can migrate your project roles to the centralized company-level project roles on the [Roles & Permissions](/control-center/roles-and-permissions/#migrate-centralized-roles) page. We expect you to complete the migration by January 1, 2025. ### September 5, 2024 diff --git a/content/en/docs/releasenotes/developer-portal/_index.md b/content/en/docs/releasenotes/developer-portal/_index.md index 24dc7380cd8..0020dde2e11 100644 --- a/content/en/docs/releasenotes/developer-portal/_index.md +++ b/content/en/docs/releasenotes/developer-portal/_index.md @@ -23,7 +23,7 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat #### Improvements -* We centralized the management of team project roles in [Control Center](/control-center/roles-and-permissions/#migrate-centralized-roles). This improves access governance across all Mendix projects and streamlines the setup process for app access. Now you can migrate your project roles to the centralized project roles to benefit from this improvement. We expect you to complete the migration by January 1, 2025. +* We centralized the management of team project roles in Control Center. This improves access governance across all Mendix projects and streamlines the setup process for app access. You can [migrate your project roles](/control-center/roles-and-permissions/#migrate-centralized-roles) to the centralized company-level project roles to benefit from this improvement. We expect you to complete the migration by January 1, 2025. * We made it possible for you to add external team members to your app via the [Projects API](https://docs.mendix.com/apidocs-mxsdk/apidocs/projects-api/). This mimics the functionality that is already in place through the user interface. #### Fixes