Activities of "maliming"

hi

We have confirmed the problem and we will fix it as soon as possible.

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.

Showing 8811 to 8820 of 8879 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on January 02, 2025, 07:06