Activities of "EngincanV"

Hi, thanks for reporting this problem. We were aware of it and actually fixed it. It will be available with the next release and

I have refunded your ticket. Best regards.

You understand it correctly, but I should have added one important detail. I don't really care about update with those connections, I am fine with updating the way it has been implemented today. I really only see a need from a display and reporting side. Imagine a screen where you want to view the Product Details (from your sample), but you always want to know the product category (up a level), and what order line it used (up a level again), and the order id (up a level again). If you had navigation connected all the way down, you'd be able to do that with one database call. I know a custom sql call can pull that together, but I'd like to see ABP suite get a little more polished for even quicker development. In our complex cases we use ABP Suite to generate the base code, but then heavily modify it to support our need.

I have taken note of this and will create a internal issue, so we can prioritize and work on it later on.

As for your link, I had not seen that yet. I also don't see the "Entty Type" selection in my version of ABP Suite. I am using V7.4.2. Why don't I see that?

The Master/Detail Relationship feature has been added with v8.0, this is why you are not seeing it as an option. If you want to use it, you should update the ABP CLI, ABP Suite and your project's version to v8.0 and then you can use the feature.

Best regards.

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, The following issue appeared with v.8.0.0rc3 after creating a brand new project by abp suite.

Cannot find name 'HttpErrorComponent'.

Thanks for reporting, this is a known issue and we will fix it asap.

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.)?

Answer

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

Showing 201 to 210 of 724 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11