Learn More, Pay Less!
Limited Time Offer!

Activities of "maliming"

hi

Please remove the options.ConventionalControllers.Create(typeof(AbpAccountAdminHttpApiModule).Assembly,...

You cannot change the API version in the module. You can only control your own API.

Add below to HttpApi.Host project.

context.Services.Configure<ApiVersioningOptions>(options =>
{
    options.UseApiBehavior = false;
});

Add below to Web project.

context.Services.AddApiVersioning();

hi

I will check your project asap.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

hi

I can share some source code with you if you need it.

hi Are you call the GetAsync?

var entity = await _entityNameRepository.GetAsync(id)

Can you share a simple project with me ?

hi

We will support it in the future, you can consider implementing it yourself for now.

hi

The Volo.Abp.Emailing already add in the template project by default.

I can't understand your situation.

hi

You should add the IncludeDetails and use it in includeDetails .

hi Neozzz

Did you add the IncludeDetails extension method?

hi

See https://support.abp.io/QA/Questions/536/How-to-Restrict-users-multiple-login-session

Showing 7701 to 7710 of 9067 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40