- ABP Framework version: v7.3.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): MVC Tiered
I've used ABP suite to create a many to many UI screen that uses the type ahead. This is great, but not sure if this is the right design. For example, we have a parent item that has child items. This is where I used the many to many to create it. But, how can I change it so I am directly adding the foreign key item, and the many to many record at the same time? Is that the correct use of a many to many here? Or, should this just be a parent to children items? Not really a many to many, more of parent / child, where the child table has the parent id? I want the screen to work where you are editing the parent to add the children. Any sample or guidance would be appreciated!
3 Answer(s)
-
0
You be able to customize the suite's template. https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates
-
0
mahmut, Thanks for that. I didn't know I could edit the templates. However, that doesn't really answer my question though. I want to make sure Im fitting the designs of ABP for my parent/child or many to many records. Is there a sample I can work from?
-
0
There is no sample about it but we are working on it.