Activities of "tommy.reynolds@pentair.com"

I need to create multiple users with same email account, usernames will be different. how I can override or change the email already exists validation on backend.

Hi ABP Support,

I have done this change as you can see in the code below

export const PENTAIR_PROVIDER: Provider = { provide: LPX_THEMES, useFactory: () => { const defaults = LPX_THEME_STYLES_DEFAULTS; const pentairTheme = new LpxTheme({ icon: 'bi bi-sun', label: 'Pentair Theme', defaultTheme: true, bundles: [ { bundleName: 'pentair-theme', }, ], styleName: 'pentairTheme', }); return [...defaults, pentairTheme]; }, };

And we call this provider in the app.module.ts

But we can't see by default this theme when we initiate the project

It shows the basic theme like before

Is there any other change we have to do?

Thanks

  • ABP Framework version: 6
  • UI type: Angular
  • DB provider: EF Core

Hi ABP Support,

Thanks for your support about the way to change the lepton login. It works fine. https://support.abp.io/QA/Questions/4039/How-to-override-LEPTON-X-account-layout

We also have to add the TenantBox part above the login. Can you help me how to do that?

Hi ABP Support,

Thanks for your support about the way to change the lepton login. It works fine. But we also have to add the TenantBox part above the login. Can you help me how to do that?

Thanks

Hi ABP Support

Can you help me the way I have to add a new menu item in Saas menu in the sidebar, please? So I can edit or add a new menu item in it, please!

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: 6
  • UI type: Angular
  • DB provider: EF Core

Hi Support team,

can you help me with this question? please

Can you tell me which changes I should do to change or set the default theme from basic to a custom. So I can see this new theme with all global styles changes I did by default

In the first question we have the details, please

Hi Malik,

Sure I will do it. ...

I changed for only one quesiton.

Thanks

Hi Support team,

  1. Can you tell me which changes I should do to change or set the default theme from basic to a custom. So I can see this new theme with all global styles changes I did by default

Thanks for your hard work :)

  • ABP Framework version: 6
  • UI type: Angular
  • DB provider: EF Core

Hi,

Sure thanks.

But it is referring about the Identity User modules. How can I use it for a Entity created with ABP suite?

Hi ABP Support Team,

I want to add a new action and remove the Edit action in an Entity we have created with abp suite.

https://docs.abp.io/en/commercial/2.9/ui/angular/entity-action-extensions I am checking this post, but it only explains for Identity User

  1. Can you help me if exist a post about it, please?

The issue I am checking now is the next:

  1. When I try to do the step 2, I don't know how to call the module of an existing Entity in this case Account (is not the abp account is one created by myself with abp suite)

Thanks

Showing 1 to 10 of 16 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54