Open Closed

Nested navigations properties not working properly assigned by abp suite #4141


User avatar
0
PedroCadevilla created
  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

In a big picture I have 3 tables Grand Parent One that has a navigation property with a Parent Table and Parent table has a navigation property with Child table but child information is not been shown in the query with navigation properties for the grand parent one

More specificallty I have a table called jobs which has a relation one to many with a table called status and this table called status has a relation one to many as well with another table calle statusEntity my goal is to be able to see information using GetListWithNavigationPropertiesAsync from jobs table that contains all status information as well as status entity information its a 2 level nested navigation and the json shoul be something like this { job{ status{ statusEntity{ } } } } { job{
} status{
} statusEntity{
} }


1 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @PedroCadevilla,

    This level of complexity is not supported yet. However, you can change the generated code per your requirements and achieve the goal faster.

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