Open Closed

How To Parent to Child or Many to Many in UI #5529


User avatar
0
SuperBeastX3 created
  • 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)
  • User Avatar
    0
    mahmut.gundogdu created

    You be able to customize the suite's template. https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates

  • User Avatar
    0
    SuperBeastX3 created

    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?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    There is no sample about it but we are working on it.

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