Activities of "liangshiwei"

Hi,

Add the following code to your module:

context.Services.AddTransient(serviceProvider =>
{
    return new DashboardOptions
    {
        DisplayNameFunc = (jobContext, job) =>
        {
            var jobType = serviceProvider.GetRequiredService<IOptions<AbpBackgroundJobOptions>>().Value
                .GetJob(job.Args.First().GetType());
            return jobType.JobName;
        }
    };
});

Hi,

See https://support.abp.io/QA/Questions/693/Problem-adding-source-code-to-projects

Hi,

Can I check remotely? shiwei.liang@volosoft.com

HI,

It seems a bug. we created internal issue for this.

Hi,

We have fixed this problem. you can wait for the 4.1 stable release.

Hi,

You need to confirm your phone or email and then you can use two-factor authentication.

  • You need to configure the correct email server and SMS server.

Hi,

We have created internal issue, It will be fixed soon.

Thanks for you reporting, I will check it out.

You can remove the project in suite and re-add to suite.

If you still have question, please reopen.

Showing 6091 to 6100 of 6692 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 12, 2025, 10:20