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

The solution was changing the auth flow thanks for the help

Still no solution regarding replacing account layout component layout created and fully working from my side on application layout but no look on overriding account one at the moment I change the layout to override the login doesnt seem to be affected by this... Could any one help me out on this one?

The application layout changes works properly but the account layout doesnt change under any circunstances the login page I have used both approach yours implemented in github link using accountLayout and also documentation of replacing layouts in abp io documentation none of those works for changin login page still shows the same even the layout is empty

Following the repo solution to fix layout let you know as soon as possible

Let's hope there is a solution because in the documentation i'm not finding a proper way to do it and the current ones are not compatibles with the lepton x

  • 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

Angular and the version is 6.0

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 9 of 9 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11