Activities of "maliming"

We also plan implement the linked account . https://github.com/abpframework/abp/issues/2611

Hi

we need user to login once and next time his tenant changed, the user does not need to re-enter his credentials again - he re-logins automatically (SSO), for instance, after selecting the tenant from dropdown list in UI; Could you please suggest the solution?

If you are using the password grant type of the identity server to get the token, you can try rewrite AbpResourceOwnerPasswordValidator to implement your login again.

is there a way to get the list of all tenants of all user accounts using ABP framework? how to get the list of tenants where user name is the same?

You can use ICurrentTenant to switch tenants. Then use the related repository to query tenant and user information.

hi

I testd the automapper 10, it seems no problem.

Did you has make other changes? or can you reproduce this problem with fresh app-pro template project?

hi

Automapper 10 has breking change. Please don't upgrade it.

I create a issue to doal with the upgrade .https://github.com/abpframework/abp/issues/4918

hi

Your _accountAppService in the DashboardMenuContributor class hasn't been initial.

You can try to get your service through context.ServiceProvider.GetService<YourService>(); of course you can get other services.

hi

These errors seem to be because gulp was not executed or should be make the browser cache invalid.

hi @kirtik

Can you share your full code?

hi

You should use DI to get services instead new AccountInfo...()

https://docs.abp.io/en/abp/latest/Dependency-Injection

hi @Repunjay

You can create a new project and refer to it's angular/packages.json to change your project.

I will check why the cli doesn't update the angular packages.

hi

The @abp/* and @volo/* in your packages.json has not been successful upgrading to v3.0.4.

when I updated Angular solution using ABP CLI update command

Can you share the abp update command output?

Showing 11001 to 11010 of 11066 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 03, 2025, 07:01