Hi,
Can you explain in detail?
HI,
Sorry, should be shiwei.liang@volosoft.com
Hi,
Sorry, but this information is not enough for me to reproduce the problem
Can you create a project to reproduce? thanks. you can send it to my email : shiwei.liang@volosoft.com
Hi,
I can't reproduce the problem, can you provide more infomartion?
public async Task OnGetAsync()
{
if (CurrentUser.IsAuthenticated)
{
var stringBuilder = new StringBuilder();
stringBuilder.AppendLine($"Current tenant: {CurrentTenant.Name}");
stringBuilder.AppendLine($" Products.Blazer: {await _featureChecker.IsEnabledAsync("Products.Blazer")}");
stringBuilder.AppendLine($" Products.Blazer: {await _featureChecker.IsEnabledAsync("Products.Trouser")}");
Features = stringBuilder.ToString();
}
}
Hi,
About question 1:
See https://support.abp.io/QA/Questions/1571/Can-edit-language-Texts-only-as-host-admin-not-possible-as-tenant-admin
For now, you can try:
Find default-language-texts-entity-actions.ts
and replace LanguageManagement.Languages.Edit
to LanguageManagement.LanguageTexts.Edit
Hi,
Please send an email to me. shiwei.liang@volosoft.com
Hi,
Can I check it remotely?
Hi,
i did exactly like the documentation said but still it didn't work.
Can you provide steps to reproduce? thanks
Because the user does not have any role.
Hi,
Just like SaasService
you can create a CmsService
project and intall nuget packages:
Volo.CmsKit.Pro.Admin.Application.Contracts
Volo.CmsKit.Pro.Admin.Application
Volo.CmsKit.Pro.Admin.HttpApi
Volo.CmsKit.Pro.Admin.HttpApi.Client
Volo.CmsKit.Pro.Application
Volo.CmsKit.Pro.Application.Contracts
Volo.CmsKit.Pro.Domain
Volo.CmsKit.Pro.Domain.Shared
Volo.CmsKit.Pro.EntityFrameworkCore
Volo.CmsKit.Pro.HttpApi
Volo.CmsKit.Pro.HttpApi.Client
Volo.CmsKit.Pro.Public.Application
Volo.CmsKit.Pro.Public.Application.Contracts
Volo.CmsKit.Pro.Public.HttpApi
Volo.CmsKit.Pro.Public.HttpApi.Client
For UI, Add the following packages:
Volo.CmsKit.Pro.Public.Web
to PublicWeb
, Volo.CmsKit.Pro.Admin.Web
to Web
.
Update gateways and appsettings.json
Open IdentityServerDataSeeder
to add CmsService
apiResource and apiScope.