From 87902a890917951a18a73122a0f8d999d0402738 Mon Sep 17 00:00:00 2001 From: malik masis Date: Tue, 3 Jan 2023 10:37:59 +0300 Subject: [PATCH] completed part9 --- docs/en/Tutorials/Part-9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index 8823860b0c..c41e38fd7d 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -1238,11 +1238,11 @@ We should complete the localizations we've used above. Open the `en.json` file u Run and login to the application. **If you don't see the Authors menu item under the Book Store menu, that means you don't have the permission yet.** Go to the `identity/roles` page, click to the *Actions* button and select the *Permissions* action for the **admin role**: -![bookstore-author-permissions](images/bookstore-author-permissions.png) +![bookstore-author-permissions](images/bookstore-author-permissions-2.png) As you see, the admin role has no *Author Management* permissions yet. Click to the checkboxes and save the modal to grant the necessary permissions. You will see the *Authors* menu item under the *Book Store* in the main menu, after **refreshing the page**: -![bookstore-authors-page](images/bookstore-authors-blazor-ui.png) +![bookstore-authors-page](images/bookstore-authors-page-3.png) That's all! This is a fully working CRUD page, you can create, edit and delete the authors.