Entity Extensions Issue
When I upgrade to 6.0.0,the ExtraProperties do not read or write from the specific fields,but from the ExtraProperties. I have configure the ModuleExtensionConfigurator both in Domain.Shared and EntityFrameworkCore. It works well in 6.0.0-rc
It works well in 6.0.0-rc
What is the version of rc?
6.0.0-rc.4
Please share a GitHub repository to reproduce the problem, Thanks.
https://github.com/xxvolvo/TestExtraProperties
The demo use PostgreSQL.
I add a new field --"LineManagerId" and u can post "api/app/test/test" directly.
The result like this
but in 6.0.0.-rc4 it will be like this
(this demo has an other ExtraPropertie)
Can confirm, its this line causing to remove all Extending configuration to be removed. https://github.com/abpframework/abp/blob/ccbdfa58212d64e0ca624058acede03002a4aeb6/framework/src/Volo.Abp.ObjectExtending/Volo/Abp/ObjectExtending/Modularity/ModuleExtensionConfigurationHelper.cs#L177
When I remove it, I can get my ExtraProperties successfully.
Before:
After:
hi
https://github.com/abpframework/abp/pull/14306
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.