Activities of "liangshiwei"

: )

Hi,

we will

Hi,

I guess this is may related to your Entity field name, could you share your Entity definition

HI,

of course, you can override it if you want.

Its key is eThemeLeptonXComponents.MobileNavbar

Hi,

You can use ABP Suite to add a Product entity and relate with a Tenant entity in many-to-many relationships. https://abp.io/docs/latest/suite/creating-many-to-many-relationship

The ultimate goal of mine is to render product name field in tenant grid and as a multi-select drop downlist in edit and add new actions modals. Is this possible?

To achieve this goal, you must override Tenant pages.

First you can create your own TenantAppService to return tenant and product data.

public class MyTenantAppService : ApplicationService, IMyTenantAppService
{
    public virtual async Task... GetListAsync()
    {
        var tenants = tenantRepository....;
        var products = ProductRepository....;
    }
}

Then, override the Tenant page to get data from your app service.

Here is the document

  • https://abp.io/docs/latest/framework/ui/angular/component-replacement

you can download the saas module source code to get the page code.

Hi,

Your event handler can implement theIAuditingEnabled interface to enable the audit logging for that class by default.

public class MyHandler : IDistributedEventHandler, IAuditingEnabled
{
    
    // add virtual keyword
    public virtual async ..... HandleEventAsync(xxx)
    {
    
    }
}

Hi,

The Get source command is used to download module source code.

what's your email, i can share the @volo/abp.commercial.ng.ui source code with you.

Hi,

could you please share the error logs?

Hi,

Your code looks like no problem, will it work if you upload a file?

Answer

Hi,

Sorry, I didn't get it. Do you mean audit log? POST request will record by default

https://abp.io/docs/latest/modules/audit-logging-pro

Showing 1081 to 1090 of 6693 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.