Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
When using the ABP Suite entity designer screen, if you create multiple entities with the same namespace and the namespace is two or more words, the angular UI will not generate. Example:
Entity: InboundOrder Namespace: InboundOrders
Entity: InboundOrderItems Namespace: InboundOrders
The InboundOrders gets created in angular/src/app/inbound-order, but not the InboundOrderItems.
If I change the namespace to: Orders
Entity: InboundOrder Namespace: Orders
Entity: InboundOrderItems Namespace: Orders
The Angular UI is generated under: /src/app/orders and both inbound-order and inbound-order-item are created.
For some reason, if the namespace contains more than one word, the sub-entities are not generated (and no error is generated).
3 Answer(s)
-
0
-
0
Hi,
Is this issue resolved? Can we close it?
-
0
Hi,
Closing this issue. Please feel free to reopen it if it is not resolved.
Have a nice week.