From cc7ab8c3149bd31f2ac0ed2e0227e45bed73a355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sun, 7 Jun 2020 17:56:11 +0300 Subject: [PATCH] Update Post.md --- docs/en/Blog-Posts/2020-06-05 v2_9_Release/Post.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Blog-Posts/2020-06-05 v2_9_Release/Post.md b/docs/en/Blog-Posts/2020-06-05 v2_9_Release/Post.md index b2903e1218..c3bf1b9529 100644 --- a/docs/en/Blog-Posts/2020-06-05 v2_9_Release/Post.md +++ b/docs/en/Blog-Posts/2020-06-05 v2_9_Release/Post.md @@ -224,6 +224,8 @@ We've created the UI for manage organization units, their members and roles for OU management is available for both of the MVC (Razor Pages) and the Angular user interfaces. +> If you are using the MVC / Razor Pages UI and upgrading from an earlier version, you need to add `@volo/identity` (version 2.9.0) NPM package to your `package.json` of the web project. + ### Chat Module Angular UI We had introduced a new [chat module](https://commercial.abp.io/modules/Volo.Chat) in the previous version, which was only supporting the ASP.NET Core MVC / Razor Pages UI. Now, it has also an Angular UI option.