Activities of "maliming"

hi

Maybe you should get saas menu from administration instead of AddItem

Thanks. I will check the port!

You can try to remove <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest> from TavTechnologies.Treva.Web.csproj

Thanks. I will check your project.

hi

WebAppWebPublicModule

hi

You can install the old CLI or add --old parameter

https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

ok, Please share the publish folder of TavTechnologies.Octopus.Web

If possible, please share the code for the TavTechnologies.Octopus.Web.csproj and TavTechnologies.Octopus.WebModule.cs files.

Thanks.

hi

The dll file has no problem.

But the TavTechnologies.Octopus.Web already depends on the xxxHttpApiClientModule still say: Could not find ApiDescriptionModel for action

These xxxHttpApiClientModules contain xxx-generate-proxy.json files.

Can you share the code to reproduce the problem?

The problem does not seem related to the nuget package.

I have to check the code to understand the problem.

Thanks.

hi

Can you try this? I will fix this in Framework. Your ticket has been refunded.

context.Services.PostConfigure<MvcOptions>(mvcOptions =>
{
    mvcOptions.Filters.RemoveAll(x => x is ServiceFilterAttribute serviceFilterAttribute && serviceFilterAttribute.ServiceType == typeof(AbpNoContentActionFilter));
});

hi

You can add a DynamicLocalizationResourceContributor to GlobalContributors.

When you try to localize a key, the GetOrNull will be called. Then, you can read from the database or another store.

In the Language Management module, we use ILanguageTextRepository to get texts from the database.

Showing 1841 to 1850 of 10652 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20