Yes from ABP Suite. The current template generates a single level dto usually called ObjectWithNavigationProperties. This is great, but if that object has a list collection property with its own different navigation properties, it would be great to auto generate and connect to it as well. Maybe a toggle to specify how far deep to connect the objects navigation properties. I solved my immediate need by basically changing the ObjectWithNavigationProperties -> List<ChildObject> to ObjectWithNavigationProperties -> <ChildObjectWithNavigationProperties>. Abp suite is very powerful, but it just needs a few more items to make it so you don't need to code anything.
As far as I understand, you want a multi-level navigation-property/navigation-connection based form structure, as in the following:
Order -> Order Lines -> Products (add,delete vs.) -> Product details
If I understood you properly, you can't update Product Details from the Order entity, instead you should update it through the product entity and so on.
If you want a nested structure and the navigation properties that you defined are details of the related entity rather than independent unit, you may give a shot to ABP Suite's Master/Child Relationship support
Please correct me, if I misunderstood you.
Hi @rafael.gonzales, thanks for your effort and findings. I'll evaluate these problems and create internal issues.
Regards.
I think that the timing from GitHub and the ABP release schedule are not aligned. I got an alert from Git Hub about a new pre-release and updated my solution.
I will try again now
I understand your confusion but this is the release for ABP Framework, after this has been completed, then we have started releasing ABP Commercial packages & templates, so they are being released a couple of hours late.
There is a critical error after updating to 8.0.0.rc-3
It's not possible to create a project in ABP Suite
Hi @rafael.gonzales, we have released v8.0.0-rc.3 about 1 hour ago and it seems you tried it about 2 hours ago therefore when you tried it, the commercial templates and packages were not released and if you retry again, it should work as expected. Can you try again?
Hi, how to reproduce it? Can you give more information, please (entities, properties etc.)?
I could reproduce the problem as you stated. Thanks for reporting, we have refunded your ticket and fix the problem asap.
Best regards.
Hello, Can we have a "Bugs & Issues" thread for v8.0.0?
Hi, thanks for reminding. Here is the thread link: https://support.abp.io/QA/Questions/6260/Bugs--Issues-v80x
⚡ Update ABP CLI and ABP Suite
dotnet tool update -g Volo.Abp.Cli --prerelease
abp suite update --preview
📗 Blog post
📘 Commercial release logs
🔼 Migration guides
✏️ Feel free to report any bugs, issues, and problems.
In the 8.0.0 version of Abp Suite with the new version of EntityFramework that supports the DateOnly and TimeOnly types, it would be useful to add them to the list of types that can be used to create a property in an entity.
Thanks for your suggestion, I have created an internal issue for this.