Open Closed

Child Entities with File Type #7535


User avatar
0
i.ullah@fandaqah.com created

There is two child entity added with the master entity. When adding new child entity with File type system prompt multiple issue which has been attached in screen shot.

Previously ask question but no response provided on ticket. Ticket Ref: https://support.abp.io/QA/Questions/7169/File-attachment-in-Child-Entity-in-CRUD-Page

  • ABP Framework version: v8.2.0
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

8 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Could you share the full steps to reproduce? thanks.

  • User Avatar
    0
    i.ullah@fandaqah.com created

    Hi,

    Could you share the full steps to reproduce? thanks.

    First create a master entity and after that create two child entity against master entity. One of the child entity had a filed type File and some other field 2 text fields and 2 decimal. The other child entity had only 2 fields. When we expand master entity screen shot error occurs and unable to open child entity.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I could not reproduce the problem

  • User Avatar
    0
    i.ullah@fandaqah.com created

    Hi,

    I could not reproduce the problem

    did you create a separate custom module for master and child entities?

  • User Avatar
    0
    i.ullah@fandaqah.com created

    Recreate same master and child entities and same error occurs again

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    What separate custom module?

    my steps:

    • abp new Qa -d mongodb --tiered
    • Use suite to create blogpost master entity
    • use suite to create blogfile child entity
    • use suite to create blogauthor child entity
    • run application and create a new blog post,upload a file and create a blog author

    Can you share a complete step-by-step reproduction?

  • User Avatar
    0
    i.ullah@fandaqah.com created

    What separate custom module?

    my steps:

    • abp new Qa -d mongodb --tiered
    • Use suite to create blogpost master entity
    • use suite to create blogfile child entity
    • use suite to create blogauthor child entity
    • run application and create a new blog post,upload a file and create a blog author

    Can you share a complete step-by-step reproduction?

    Create new module and in that module create master and child entities as per requirement.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Still could not reproduce the problem

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13