Activities of "maliming"

If you don't use redis, the caches of multiple projects will be inconsistent and cause problems.

why redis is mandatory for tiered project?

Applications are using caching, such as caching query results, settings, permissions, etc., so we need to cache, especially tiered project.

hi @jtallon

You can override the HeaderBrandViewComponent to change the href.

Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Components\Header\Brand\HeaderBrandViewComponent.cs

@using Volo.Abp.Ui.Branding
@inject IBrandingProvider BrandingProvider
<a class="navbar-brand" href="~/" alt="@BrandingProvider.AppName"></a>

hi Leonardo.Willrich

_dataSeeder = dataSeeder; // -->> Return all list with all SeedContributor, and not the only one that is suppose to be for the DBContext

In this case you need to manually resolve the instance of IDataSeedContributor

hi phannd

If the record is allowed to be duplicated, Multiple calls to the API are inevitable. You can disable the button after the user clicks it.

Report from https://github.com/abpframework/abp/issues/7951

Version: ABP Suite 4.2.1 User Interface: MVC Database Version: EF Core Javascript Alert: DataTables warning: table id= Table - Requested unknown parameter '.uOM' for row 0, column 5. For more information about this error, please see http://datatables.net/tn/4 Steps needed to reproduce the problem

  1. Create an entity that has a property the has all capital letters (UOM for unit of measure)
  2. Generate the Entity including the MVC UI
  3. Start a debug instance
  4. Click on the tab that contains the new entity
  5. This alert should pop up

The reason this occurs is that the variable in the datatable gets generated as ".uOM" whereas the actual value in the object is ".uom". To fix you simply change the variable in the dataTable to "******.uom"

Not a neck breaking bug but ever so slightly annoying

hi

  • Steps to reproduce the issue:

You can also run the following command to update ABP Suite.

dotnet tool update -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

hi aeffegroup

The Account folder should not at wwwroot

Please refer to https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b

Sorry, it seems I misunderstand your question, I thought you need to call an application service that requires permission in the unit test.

There is a ConsoleTestApp and that will request Identity Server to get a token. Then call proxy api.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L13

If this is not the case for you, you can share a demo project to me. liming.ma@volosoft.com

Showing 10241 to 10250 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