0
jassada-mwp created
I got an error when try to add Identity Module as project to exist ABP project.
What I try to do is customize User Management menu by add more menu as pic below.
How I can do this? I try to look in document but still got no clue. In old AspBoilerPlate, I just add more code on angular side. But in new ABP, It seem like they reference as npm. So how we add more menu there?
- ABP Framework version: v2.8.0
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): Seperate Identity Server with angular
- Exception message and stack trace:
- Steps to reproduce the issue:
- 1. Create new project with Abp suite choose Angular, Mobile:None, DatabaseProvide:EF Core and seperate identity server.
- 2. Add Identity Module from Abp suite and choose "Add as project".
1 Answer(s)
-
0
hi,
did you see this document https://docs.abp.io/en/commercial/latest/ui/angular/entity-action-extensions it explains how to add a new item to the Actions menu.