hi
You can try to reproduce this problem in a new template project and module.
hi
Please change the Field="WorldRegion?" to Field="WorldRegion"
We will update the suite code.
hi
https://docs.abp.io/en/abp/latest/Data-Filtering https://docs.abp.io/en/abp/latest/Data-Filtering#entityframework-core https://learn.microsoft.com/en-us/ef/core/querying/filters
hi
Please share your test project with liming.ma@volosoft.com include the steps.
Thanks
hi
Can you share a simple tiered project to show the problem?
liming.ma@volosoft.com
hi
You should create a IMapComponentSettingRepository interface and implement it on EF Core module.
then inject the IMapComponentSettingRepository from MapComponentAppService
See
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/AbpIdentityEntityFrameworkCoreModule.cs#L14-L23
hi
You can send your detailed requirements to liming.ma@volosoft.com
I only provide email support. Thanks
Thanks abpnewtonvisionco
hi @dipak
| Your project | operator | Module | | --- | --- | --- | | LIS.Application | Add reference & Depends on| ModuleName.Application | LIS.Application.Contracts |Add reference & Depends on|ModuleName.Application.Contracts| LIS.AuthServer| | | LIS.DbMigrator| | | LIS.Domain | Add reference & Depends on| ModuleName.Domain| LIS.Domain.Shared | Add reference & Depends on| ModuleName.Domain.Shared| LIS.EntityFrameworkCore | Add reference & Depends on| ModuleName.EntityFrameworkCore| LIS.HttpApi | Add reference & Depends on|ModuleName.HttpApi| LIS.HttpApi.Client | Add reference & Depends on| ModuleName.HttpApi.Client| LIS.HttpApi.Host | | | LIS.Web | Add reference & Depends on| ModuleName.Web | LIS.Web.Public | | |