0
engineering@climatecamp.io created
After updating to ABP 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector. The relevant fields are not visible in the frontend form.
The error also occurs in a fresh minimal project.
- ABP Framework version: v8.0.2
- UI Type: Angular
- Database System: EF Core
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace: NG0201: No provider for NgControl found in NodeInjector
- Steps to reproduce the issue:
- Add a navigation property to Tenant or OrganizationUnit entity in ModuleExtensionConfigurator file (lookup url)
- Navigate to frontend (Lepton X) page to add/edit Tenant/OrganizationUnit
3 Answer(s)
-
0
hi, we have created an pull request abot this problem. i have refunded your question credit.
-
0
Thank you.
-
0
Fixed by https://github.com/abpframework/abp/pull/18962