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