Activities of "liangshiwei"

Hi,

Currently ABP does not support custom cancellationToken.

We have create an issue to enhance: https://github.com/abpframework/abp/issues/9668

Hi,

You can separate the modal page and the data page, peplace the data page when you load the next page of data, not modal

Like:

HotelSearchModal, HotelSearchModalDataList.

Hi,

Can you explain in detail?

Answer

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();
    }
}

Answer

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

Answer

Hi,

Please send an email to me. shiwei.liang@volosoft.com

Answer

Hi,

Can I check it remotely?

Answer

Hi,

i did exactly like the documentation said but still it didn't work.

Can you provide steps to reproduce? thanks

Showing 5691 to 5700 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.