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
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
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