Open Closed

How to show tenant ID in the tenant list in HOST. #7722


User avatar
0
Sergei.Gorlovetsky created
  • ABP Framework version: v8.0
  • UI Type: Angula
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:

How to show tenant ID in HOST > Saas > Tenant list. I want to add a new column.


2 Answer(s)
  • User Avatar
    0
    Sergei.Gorlovetsky created

    Thanks, I found it myself actually.

    I was following this https://abp.io/docs/latest/framework/ui/angular/data-table-column-extensions#data-table-column-or-entity-prop-extensions-for-angular-ui

    but I was not able to find the correct import.

    I was importing PropContributers from @abp/ng.tenant-manegement, but infact the correct import is '@volo/abp.ng.saas'

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I was importing PropContributers from @abp/ng.tenant-manegement, but infact the correct import is '@volo/abp.ng.saas'

    yes, the code for this document is an open source module, you just need to change the import

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13