Do you think the following code may work?
I think it's no problem, you can give it a try.
Hi,
You need to upgrade the leptonx theme package to 2.3.*-* version
Hi,
I think it's _content/XXX.Blazor/images/favicon/xxxx.png
See the document: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/static-files?view=aspnetcore-7.0#static-assets-limited-to-razor-components
ok, i will check it.
Hi,
It's easy to do.
For example:
var parentTenantId = currentTenant.Id.ToString();
using(currentTenant.Change(null))
{
var tenants = await tenantRepository.GetListAsync();
var subTenants = tenants.where(x => x.GetProperty<string>("ParentTenantId") == parentTenantId).ToList();
}
Hi,
Could you share a new project that can reproduce the problem? I will check it. thanks. My email is shiwei.liang@volosoft.com