Closed Kithuldeniya closed 3 months ago
Duplicate of #2431, pretty much copying my PR not even 24h later with some changed method names...
Don’t assume that no one will need to refer to your pull request to come up with method names if you’re following the existing method standards.
Don’t assume that no one will need to refer to your pull request to come up with method names if you’re following the existing method standards.
It’s not just that, you copied almost my entire implementation, even down to the very glyph for the icons on the buttons. Just a little suspicious…
Closing PR as this PR has the similer feature to https://github.com/HangfireIO/Hangfire/pull/2431
Requested issue : Disable Recurring Job from Dashboard #2289
Initiating a recurrent job
When creating a recurrent job, you can use RecurringJobOptions to disable the job. By default, this value is set to false, ensuring that existing jobs remain unaffected.
Visual in the dashboard
Disabled jobs can be identified in the dashboard by the ‘Disabled’ tag, which appears with a tooltip under the ‘Next Execution’ column.
Action popups
The enable and disable actions will trigger a popup to obtain user confirmation.