Activities of "bhasinp"

  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • 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:

I cached the data in Redis, The data which I cached is Entity. Example Job (Not JobDto) When I read data from Redis, All the data get mapped except the base properties (Id, CreationTime, CreatorId, LastModificationTime, LastModifierId)

The cause which I found is these Properties are having protected set;

public virtual TKey Id { get; protected set; }

Can you help me out in this, how can I map the data so that I can get the Entity Again from Cache.

Thanks

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Auth Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Please suggest how can I manage parent child hierarchy is correct alignment for organization units

Currently Parent, Child and Sub-Child all should be in correct hierarchy but currently they are all in same root. Even the html generated is in root not in nested manner.

Please suggest way to handle it , Please review screenshot for example

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Auth Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team,

Can you please guide me on how to implement single sign on with azure ad. I am on Abp V7.2.2 and using angular 15 as frontend.

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team, I was wondering the breadcrumb in user management screen is not working correctly, There is some blank missing item and wrong Home icon as well, Please refer the screenshot. And Suggest the way to fix this, also please let me know how can override the breadcrumb only of this screen if I want.

Thanks

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I have upgraded my application to Lepton X, but my application is missing of Fluid layout option, please see the screenshot. And how can I configure this ?

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team,

I would like to have a list of tables which should be only present in tenant database and tables which should be present in non-tenant database. If you can provide the list that will be very helpful.

Thanks

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I want to register/add new custom themes in the project, can you please let me know the steps, how can I implement this ? and those should appear in theme section as pointed in screenshot

Thanks

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

If I am not logged in and hit http://localhost:4200 it redirect me to http://localhost:4200/account/login?returnUrl=%2F

After login I got redirected to my dashboard which is fine, After navigating from menu to diff screens is also working fine.

But as soon as I either click on Logo or redirect to http://localhost:4200 nothing appears in screen Please review the screenshot, How can I resolve this ?

Thanks

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: UI issue
  • Steps to reproduce the issue:"

Hi Team,

I am upgrading ABP to 7.2.2. Backend works well and UI as well.

The only issue is side menu layout is not styled correctly.

Please review the screenshot and suggest me how can I fix this and have correct css formatting

Here are the details for configuration.

app.module.ts ThemeLeptonXModule.forRoot(), SideMenuLayoutModule.forRoot(),

shared.module.ts imports:[ ThemeLeptonXModule ]

angular.json

{ "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/side-menu/layout-bundle.css", "inject": false, "bundleName": "layout-bundle" }, { "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/side-menu/layout-bundle.rtl.css", "inject": false, "bundleName": "layout-bundle.rtl" },

Thanks

  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team,

I would like to allow some special characters in username and email of identity user.

Can you please guide me how can I achieve this.

Currently I'm getting this error "Username 'pankaj.bhasin-O'mail@initto.ca' is invalid, can only contain letters or digits." (this is the test email sample and error which I'm getting, I would like to allow -' and other special characters in UserName and Email)

Thanks

Showing 11 to 20 of 24 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21