Thank you, but the main problem is the error in the DataGrid and not the migration ;-) But I assume you created a bug for that too.
Yes, in the issue that I created, I mentioned these two problems :)
With the child, there is no option to deactivate the DB migration. If you don't want this for the master, then you don't want it for the child either. In addition, because of the above error, it naturally means that a migration can never be created because of the error in the DataGrid.
Hi, yes you are right, the child entity should respect the master entity's option for migration creation. I have created an internal issue (#16434), and fix it asap.
I have refunded your ticket, thanks for reporting these problems. Closing the question.
Best regards.
Thank you for fixing this.
Could you please refund the ticket? Thanks.
Sure, I have refunded your ticket and closed the question.
Best Regards.
Hi, thanks for the comprehensive explanation. I'll create an internal issue for it and fix it asap.
Hi, thanks for the explanation. We fixed this problem and it will be available with v8.0.2. In meantime, you can uncheck "unit and integration test" checkbox while generating the entity.
Hi, I'm unable to reproduce it. I have created the same entities as yours, such as Product and Customer and establish one-to-many relationship between them as can be seen in the following figure:
Here is the gif:
As you can see from the gif there is not problem in v8.0.1. Can that be related to one of the extensions that you use in your browser? Can you try it on a private browser? (As far as I remember you have created an other ticket that was like this one, so I suspect that it's related to one of the extensions that you are using probably prevent opening modals in certain cases.)
you can use abp suite build code by v8.0.1
I used v8.0.1 when tried to reproduce the problem that you are facing, but I'm unable to reproduce it. Please share your application on support@abp.io with the ticket number so that we can better assist you.
abp suite v8.0.1 has problem but v8.0.0 is ok
I used v8.0.1 when tried to reproduce the problem that you are facing but as can be seen from the gif above, I could not reproduce it.
As far as I see from the gif, it also does not show a confirm button when you close the modal but it should show a confirm popup. So, It seems you have updated the generated js file. Can you share it here if it's possible? Or if it's not possible, could you please share your application on support@abp.io with the ticket number so that we can better assist you?
I appreciate you Quick replay ,but i would like to make master detail like this sample After i add header data and save the header
the Add button in detailed grid enabled and add data in grid
all of that and i still in the same page
Unfortunately, we are not providing a UI like you shared out of the box, and as you would understand we are only providing a general detail row template for the master/child relationship. Therefore, if you need a page design as you shared, then you can first use ABP Suite's Master/Detail Relationship feature, and wait for it to apply the related changes and design and then you should change the UI by your needs.
Note: We are considering building form builder in the future and that means this can be supported in the future.
Hi, I could not reproduce any one of your findings:
I guess, you probably have an extension, which prevents opening modals twice for a certain element or you modified the generated code and this cause these problems (you may have a custom js code that causes these problems).
So, please check the console logs and the custom scripts in your application, and also try to reproduce this in a private window.