It's on MyGet. See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/NuGet.Config
hi
hi
You can try this https://stackoverflow.com/questions/55215216/datatables-row-add-based-on-columns?answertab=active#tab-top
If you still can't solve your problem, you can send me a simple project. liming.ma@volosoft.com
hi
Basically only the authentication code needs to be changed. The identity server itself is an independent service.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.Host/MyProjectNameHttpApiHostModule.cs#L98-L107
According to your project you can also UseJwtTokenMiddleware
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs#L226
I think you should initialize a table with columnDefs
. Then add new rows .
You can get service via HttpContext.RequestServices
var currentTenant = context.HttpContext.RequestServices.GetRequiredService<ICurrentTenant>();
hi @jhan
https://support.abp.io/QA/Questions/800#answer-e1773abc-14d3-565e-57c3-39fa15e777ca
hi
You can inject the ICurrentTenant
service to get current tenant id.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/ICurrentTenant.cs#L11
hi
You should use Volo.Saas
module instead of Volo.Abp.TenantManagement
module.
Volo.Abp.TenantManagement
is free and open source module, Volo.Saas
have more features than it.
https://docs.abp.io/en/commercial/latest/modules/saas https://abp.io/packages?moduleName=Volo.Saas https://commercial.abp.io/modules/Volo.Saas
hi @Johannes
Can you share a simple project to reproduce this problem? liming.ma@volosoft.com