Activities of "hmahmood"

Question
  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

In abp framework we have the tooltip functionality available for the buttons. As per the following link https://docs.abp.io/en/abp/latest/UI/AspNetCore/Tag-Helpers/Tooltips

Now we have a requirement to show the toot tip on label with an icon like follows.

We have tried different ways to achieve it, but no success, Is it possible in the current version? Can you help us with that.

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

We have separate pages for the View and edit for some entities instead of modals. Whenever we are viewing or editing any specific entity, for example we are viewing the following entity

From this URL (..../projects/view/?ID=11111-1111-11111-111111-11111) if we click on the my account like follows

Once we go to the my account page, in the return url parm it only copies this url (..../projects/view) not the complete url with query param (..../projects/view/?ID=11111-1111-11111-111111-11111)

From account page if we click on the Return to application like follows

It throws an Error, because return url is not completed, miss the query param.

Please provide a solution so that if we go to the my account page in this scenario, in return url it copies the complete url. Instead of missing the query params.

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

In our application, we are creating the registration for tenants. When a user register in the application, we need to create a tenant and the admin user for that particular tenant. We are creating the tenant using ITenantAppService and user using IUserAppService. On creating tenant and user we are getting the volo.abp.authorixation exception. Which is occurring correctly because no user is logged in the application. As per our scenario we need to create the users and tenants without user logged in.

Please provide a way forward, how to achieve this in current scenario. Any suggestions would be much appreciated. Exception detail is provided below.

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

We did the settings to enable the payment gateways, using this documentation We are using the stripe payment gateway for this. In stripe we created three plans. We further create three plans and add the stripe product ids in these plane. Three editions are also created in saas module accordingly for these three plans. We also created a tenant and assigned an edition to the tenant.

The issue we are facing is that, once we try to register the tenant user it don't show any of the plan on the register page.

Please guide how to resolve it.

  • ABP Framework version: v4.4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

We are trying to enable the impersonation in the application using this documentation

We are unable to find the impersonation setting in the codebase, so we have to enable it manually as per our abp version, following the above mentioned documentation.

We are facing some issues like

  • we are unable to find theses classes AbpSaasHostWebOptions AbpIdentityWebOptions (Please guide which nuget package required to install, if any)
  • We did find the AbpAccountOptions class, but it don;t show any options like (TenantAdminUserName , ImpersonationTenantPermission)

Due to the above issues, we are unable to move further. Your urgent assistance is required in this regard.

Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11