Browse Source

Merge pull request #21025 from abpframework/auto-merge/rel-8-3/3058

Merge branch prerel-9.0 with rel-8.3
pull/21026/head
maliming 2 years ago
committed by GitHub
parent
commit
87137be0ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docs/en/tutorials/book-store/part-09.md

3
docs/en/tutorials/book-store/part-09.md

@ -558,6 +558,7 @@ Open the `/src/app/route.provider.ts` and add `'BookStore.Books || BookStore.Aut
layout: eLayoutType.application,
requiredPolicy: 'BookStore.Books || BookStore.Authors',
},
````
The final `configureRoutes` function declaration should be following:
@ -1240,4 +1241,4 @@ That's all! This is a fully working CRUD page, you can create, edit and delete t
> **Tip**: If you run the `.DbMigrator` console application after defining a new permission, it automatically grants these new permissions to the admin role and you don't need to manually grant the permissions yourself.
{{end}}
{{end}}

Loading…
Cancel
Save