Activities of "liangshiwei"

Hi,

I think there is no problem with this statement, It will not query the role of the deleted user.

Hi,

Because in 3.2 version, ABP blog module use the blob system, you need to configure.see https://docs.abp.io/en/abp/latest/Blob-Storing

First, you need to use the token endpoint to get access_token.

Second, use access_token in the request

See https://github.com/abpframework/abp/issues/869#issuecomment-471958996 and https://docs.abp.io/en/abp/latest/Best-Practices/Entity-Framework-Core-Integration#repository-implementation

You can create the IncludeDetails extension method for the Invoice entity and include the LineItems in it. then you can choose whether to load line items according to your needs

Hi,

ABP uses standard IdentityServer, You just need to create a client then use the client to get access token.

There are have two ways to create a client.

1: You can create a client in the IdentityServerDataSeedContributor class

  1. You can create a client in the Identity Server UI

We have entity history: https://docs.abp.io/en/abp/latest/Audit-Logging#entity-history-selectors

I think this is enough.You can get audit information from the entity history.

Hi,

Currently this is not easy to do, ABP audits based on entity type. You can use the entity extension system to add audit fields and subscribe to entity change events to set values to audit fields.

Hi

MVC project also be used as API. You can run the project and nav to /swagger.

Hi,

We have many ways to determine tenants, You can determine the tenant from the domain. See https://docs.abp.io/en/abp/latest/Multi-Tenancy#domain-subdomain-tenant-resolver

Hi

Try remove :

In fact, these modules are pre-installed and configured correctly, you don't need to install them again using the suite

Showing 1981 to 1990 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 24, 2025, 10:25