Hangfire.Dashboard.Management icon indicating copy to clipboard operation
Hangfire.Dashboard.Management copied to clipboard

Hangfire.Dashboard.Management provides a Management page in the default dashboard. It allows for manually creating jobs.

Results 16 Hangfire.Dashboard.Management issues
Sort by recently updated
recently updated
newest added

When I put the Custom Attributes on a method that requires objects from my custom classes, the dashboard throws a Internal Server Exception when trying to acces to the proper...

使用 1.7.9.* 版本时,点击job详情,会发生以下错误: NullReferenceException: Object reference not set to an instance of an object. Hangfire.Dashboard.Management.JobHistoryRendererInfo.EnqueuedRenderer(HtmlHelper helper, IDictionary stateData) 页面无法打开。 查看了源代码后,发现在JobHistoryRendererInfo中存在代码错误,请尽快修正,谢谢。 ![%`SVTZ94)7KEW6WTEEM51{5](https://github.com/mccj/Hangfire.Dashboard.Management/assets/7654347/418d31c8-0dbd-4755-be53-d21da155b83e)

Adds checkbox type validation when retrieving form values. #23

Every time I create a recurring task of a job with a boolean parameter, it's set to TRUE even if I didn't checked it.

Hello! I think it's time to update documentation. I'm flowing this steps: 1. Add ManagementPage attribute to job class ✅ 2. Inherit from IJob ❌- interface not found 3. Add...