Open Closed

Customize TenantManagement Blazor Page #2430


User avatar
0
falsharif created

Hello,

I am trying to customize the tenant creation view like below. I created the new folder and files following the same path as the documentation (Volo.Abp.TenantManagement.Blazor/Pages/TenantManagement/TenantManagement.razor) , https://github.com/abpframework/abp/tree/dev/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor/Pages/TenantManagement. I added [Dependency(ReplaceServices = true)]. I tried to add a textfield to test it but it is not affected or showing, I also tried to add a breakpoint in the razor.cs file (the code behind) it also was not get hit.

  • ABP Framework version: 5.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered (MVC)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team Fullstack Developer

    hi

    You should use the Saasmodule instead of TenantManagement. Please try to download its source code.

    saas\src\Volo.Saas.Host.Web\Pages\Saas\Host\Tenants

    https://commercial.abp.io/modules/Volo.Saas

  • User Avatar
    0
    falsharif created

    Hello,

    I have only Team License. Is there any way to get the source code of this specific module ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please send an email to me liming.ma@volosoft.com

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