Activities of "maliming"

hi

We have fixed this, What's your abp version?

https://github.com/abpframework/abp/pull/16677/

hi

siemens.pSSX.odms.models.v130.model;

This sample also uses the ajax to get the different results

https://github.com/abpframework/abp-samples/blob/master/Api-Versioning/host/BookStore.WebApp/Pages/Index.cshtml#L9-L35

https://github.com/abpframework/abp-samples/pull/126

hi

You have to do this manually. This is no built-in way.

You can download the saas module source code to check the logic.

Please feel free to add your comments. Thanks

Answer

hi

https://docs.abp.io/en/abp/latest/Autofac-Integration#using-the-autofac-registration-api

sure

hi

  1. MVC is the most used UI type.
  2. Yes, MVC page can be used in blazor server project. Just like login page
  3. Not now

hi

I can't build your app.

The project file "Liberate/modules/Volo.Account.Pro/test/Volo.Abp.Account.Pro.Application.Tests/Volo.Abp.Account.Pro.Application.Tests.csproj" was not found. [/Liberate/Liberate.sln]

but you can try to add typeof(ChatSignalRModule) to your LiberateBlazorModule

You can download the chat module source code, there are some test apps in it.

hi

This is how web application works: request and response one by one.

Each request will attempt to authenticate the user(verifying cookies access_token.)

app.UseAuthentication();

hi

I'd like to know the place where I can assign my per-tenant permissions

In the AbpPermissionGrants table. The TenantId column.

IPermissionManager will read/write this table, then cache permissions in Redis.

Showing 5471 to 5480 of 10670 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 15, 2025, 14:41