0
annguyentps created
-
ABP Framework version: v4.1.2
-
UI type: Angular
-
DB provider: EF Core
-
Identity Server Separated (Angular): yes
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
Hi, we want to add another tab in here so we can provide more configuration for the organization units. How do we do this?
1 Answer(s)
-
0
Hello,
At the moment, there is no API provided to add another tab in that page. We will take this as a feature request and put it in our roadmap.
Instead, you can replace the entire page witheIdentityComponents.OrganizationUnits
which can be imported as
import { eIdentityComponents } from @volo/abp.ng.identity
.You can refer to the docs about how to use that key to replace the
OrganizationUnits
component.