Open Closed

Angular UI Generatation Bug #1086


User avatar
0
dwoodard created

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)
  • User Avatar
    0
    armanozak created

    Hi,

    I have tried your scenario and could not reproduce the problem. Suite generated the Angular UI successfully.

  • User Avatar
    0
    armanozak created

    Hi,

    Is this issue resolved? Can we close it?

  • User Avatar
    0
    armanozak created

    Hi,

    Closing this issue. Please feel free to reopen it if it is not resolved.

    Have a nice week.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11