Activities of "maliming"

hi

We have no plans to implement this

You should get the source code of the identity module to add this feature.

hi

In fact, you can ignore this problem, because IDataSeedContributor will determine whether the data exists before the seed data.

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.

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

Showing 8531 to 8540 of 8940 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09