Activities of "maliming"

hi

Can you share the code of Item?

https://github.com/abpframework/abp/pull/9750

  1. Use virtual in SeedAsync method.
[UnitOfWork]
public virtual async Task SeedAsync(DataSeedContext context)
  1. Pass the eventData.Entity.TenantId to create new role
var newRole = new IdentityRole(guidGenerator.Create(), RolesDemoConstants.SelfServiceTenantClientRole, eventData.Entity.TenantId) { IsPublic = true, IsStatic = true };

You should also change all DbProperties

See https://github.com/abpframework/abp/issues/1387#issuecomment-506645119

Yes, The issue is fixed.

You're welcome, we will continue to improve the documentation.

If your unit tests require other contexts, you can migrate multiple contexts.

https://github.com/abpframework/abp/blob/dev/modules/identity/test/Volo.Abp.Identity.EntityFrameworkCore.Tests/Volo/Abp/Identity/EntityFrameworkCore/AbpIdentityEntityFrameworkCoreTestModule.cs#L38-L44

For AbpSettings table the context is SettingManagementDbContext

hi Sturla

Can you share a project and steps to show your question? : ) https://abp.io/get-started

hi

Please try to add AbpHttpClientIdentityModelModule to your OrderServiceHttpApiHostModule

Showing 10401 to 10410 of 11565 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.