Activities of "PedroCadevilla"

  • 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{
} }

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

I'm trying to modify entirely the login page but keep using lepton x theme I've checked the documentation and it appears to be only information about replacing layout with basic theme which I don't have installed in my solution is there a way to get the source code like abp get-source @volosoft/lepthon-x something like that to use directly from there or is there a way to mantain the lepthon x layoutu but only make modifications like remove entirely left image and center rest of the content

I want to add a PersonalTheme to the selection of themes (dark - ligth - personal) and be able to use it from there

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11