Attibute DisplayName not working?

Sorry,

I did not express myself clearly:

The job is freshly successfully executed and is displayed in the “SucceeededJobs.cshtml” overview.
I was browsing through the hangfire source to find a quick fix and discovered that the “HtmlHelper.DisplayMethod(Job job)” is returning “Can not find the target method.” if the job parameter is null.

So I assumed that the “Job” property in the “SucceededJobDto” used in the “SucceeededJobs.cshtml” musst be null somehow.

Regards
Niko