Open Closed

Add another tab in Organization Units page #1941


User avatar
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)
  • User Avatar
    0
    bunyamin created

    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 with eIdentityComponents.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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11